Questions tagged [windows-hosting]

A service of hosting a website over a Microsoft Windows Server.

55 questions
0
votes
0 answers

asp.net Website Serverside threads

I am creating a little Website which is basically a leaderboard from a specific game. Im using C#6 - 4.6. I am using a Webhosting by 1and1. My question/problem: The leaderboard has to update itself every 10 minutes. I am using an API to get the…
0
votes
0 answers

Why it is showing error Forbidden, You do not have permission to access this document

There is one website hosted on paralles pannel say www.mydomain.com I have developed one another webpotal in codeigniter and wanted to host in a directory under mydomain.com say www.mydomain.com/codeigniterportal I have created a database and…
Dennis
  • 43
  • 8
0
votes
2 answers

Windows IIS wwwroot angular javascript serving up .json files not working

The website with index.html is located here http://www.example.com/index.html The is using angular/javascript and i'm trying to serve up fake data with .json files locally I can do this just fine. Its just very simple javascript ... If i have any…
user6321478
0
votes
1 answer

Cannot create a stored procedure using MySQL

So this may be a little vague but I'm running into layer after layer of problems here. Each "fix" I find on Google presents me with another problem. Laying things out anyway, I've bought a Windows hosting package in order to produce an asp.net…
user60163
  • 5
  • 1
  • 5
0
votes
1 answer

Window hosting on GoDaddy to redirect index.html to root

If I have a Windows server, is there any possibility I can redirect my index.html to root: www.example.com/index.html -> www.example.com http://example.com/index.html -> http://example.com The hosting which I am currently using is not Apache, I…
uttar.ya
  • 3
  • 4
0
votes
3 answers

asp.net mvc web deployment to hosting space (cant find “Publishing” Tab in my Website Panel )

I can able to deploy my mvc website through FTP but i cant able to use "Web deployment" method. Following youtube video suggest that i have to enable "Web Deploy" in Publishing tab How to Use Web Deploy With Website Panel Windows 2012 Server it…
user5715279
0
votes
2 answers

Hosting domain emails on Windows and Wordpress on Linux

I am looking for some help here. I have configured my domain emails on Windows hosting and it is working fine. Next I want to deploy a Wordpress application on Linux hosting under the same domain. It is possible to have the emails in Windows…
Xelz
  • 1,059
  • 2
  • 11
  • 16
0
votes
0 answers

WPF WindowsFormsHost airspace issue even MetroWindow as popup used

There is known "airspace "issue related to WindowsFormsHost used in WPF. I use AvalonDock with some panes, one of them hosts a WindowsForms control. I also use MetroWindow as a popup for showing informations. Unfortunately when popup is being shown…
komizo
  • 1,052
  • 14
  • 21
0
votes
1 answer

Call PHP file outside wwwroot folder (Windows host, Arvixe)

Quick Solution (thanks to Tom's Answer below, read his for full explanation): Create a new php file in the webroot directory; let's say temp.php. From there, use include or request to call the test.php file that's outside the webroot. index.html…
0
votes
0 answers

Error 503 on asp.net sql server when visited by a large number of Concurrent Users

I have developed an images and video blogging website using asp.net 4.0 & sql server 2008. Everything was going well, but now I am facing Error 503 when a large number of users visit concurrently. My website is on a Shared Hosting (GoDaddy). What I…
0
votes
3 answers

Frame Redirect to .Net site from a sub domain hosted on Linux host SEO hit in 1and1?

My host : 1and1.com My setup : I have my main domain and a sub domain hosted on the Linux host. What I need : Sub domain (currently on Linux host) should be pointed to that of a .Net site hosted on MS Business hosting on 1and1. What is the best way…
ThinkCode
  • 7,841
  • 21
  • 73
  • 92
0
votes
1 answer

How to Edit .XML file on shared Web hosting (Windows)

I am using Website Panel (Windows Hosting). I have .xml file which contains some setting of sites. I want to do some changes in .xml files. But I am not able to Reset the .XML File. when i try to edit that file, i got error" another program using…
Pankil Agrawal
  • 101
  • 1
  • 1
  • 11
0
votes
2 answers

Backslash In PHP File Upload

A Little Background: I have our church website on Godaddy's shared windows hosting plan. While I hate windows and would move the site to a linux based server, this is not my hosting account, so I can't do that. I am currently trying to implement a…
zsaat14
  • 1,110
  • 2
  • 10
  • 20
0
votes
2 answers

PHP files migrated to GoDaddy Windows Hosting, internal links stopped working

I had my website, written in PHP, on Windows 2003 server. Recently I moved them to GoDaddy's Windows Hosting account. The previous developer had written URL-Rewrite rules in .htaccess which is not working on the new server. All the links on the site…
0
votes
1 answer

how to Reduce Requests from website for images which are dynamic

We have hosted a website containing dynamic images, coming from a folder.(c# is my back end) Load time of page is around 13 sec, which I watched in tools.pingdom.com . To reduce that load time We used handler to call all the J query files in single…