A service of hosting a website over a Microsoft Windows Server.
Questions tagged [windows-hosting]
55 questions
14
votes
3 answers
Add service reference when using netTcp binding
I have a WCF service that I tested by copying its interfaces to a sample client project.
Now I want to work properly by adding a service reference.
The service is hosted in windows hosting (using installUtil).
The service has 2 projects - externals…

Noich
- 14,631
- 15
- 62
- 90
6
votes
2 answers
allowDefinition='MachineToApplication' - MVC3 ERROR
I'm developing an application in MVC3 (http://www.colombiatrolley.com/sitrolley). In my computer it runs correctly, but when I upload it to the server (a hosting service) I get this error:
Parser Error Message: It is an error to use a section…

Miguel Jiménez
- 1,276
- 1
- 16
- 24
3
votes
2 answers
How can I add a Linux-hosted Wordpress blog at /blog to an existing Windows-hosted website?
I have a website which is built on ASP.NET MVC and hosted on Windows server (IIS 7.0). Now I wanted to add a blog specifically wordpress blog. I wanted to add this blog at this particular address http://thedomain.com/blog (not like subdomain…

Naren
- 288
- 1
- 3
- 17
3
votes
3 answers
Access denied for user when connecting to godaddy database on windows hosting?
I am making simple mysqli connection to my database on Godaddy windows hosting, my code is as follows :

Khaldoun
- 49
- 1
- 1
- 4
2
votes
0 answers
Process all html pages as php in windows hosting modifying web.config file
I inserted PHP code in all my 350 .html pages. It is impossible for me to change all extensions to .php
I need to process all .html pages like .php
I found instructions to do it in .htaccess file but my hosting is Windows. I can only modify…

Andrea De Donatis
- 79
- 12
2
votes
0 answers
Angular with Wordpress API and JWT Authentication not Working properly in code even though It Works on PostMan
I'm facing the below error. I tried multiple solutions but adding "Access-Control-Allow-Origin" to web.config does not alter the outcome in a positive way.
On the other hand, I used PostMan, as a test alternative, and it works flawlessly.
Based…

Full Array
- 769
- 7
- 12
2
votes
1 answer
This program is blocked by group policy. in godaddy windows hosting
I am trying to execute a .exe file through Scheduled Tasks in Godaddy but when this task is run there is an error of
"This program is blocked by group policy".
Application is a C# console application.

Khurshid Imran
- 44
- 6
2
votes
0 answers
codeigniter not working on godaddy windows hosting (plesk)
My codeigniter project is working fine on local xamp, but when i hosted it on godaddy window hosting (plesk) it always loading the default controller.
below is my config file:
$config['base_url'] = 'my_site_url';
$config['index_page'] =…

Deesh Inder Singh
- 21
- 2
2
votes
2 answers
web.config and membership database - from development to production
I'm trying to host my first ASP.NET project, after the initial upload via FTP I got SQL connection Errors, so after doing some searching I figured it was my Connection String, so I fixed it by properly putting my hosts info:

Jorg Ancrath
- 1,447
- 10
- 34
- 61
1
vote
4 answers
php script on Windows hosting does not list ftp files (ftp_rawlist issues)
I'm trying to list some files from an external FTP server using php ftp functions on a Windows shared hosting, but I'm having several problems.
I firstly tried with a couple of web applications like ajaxplorer and net2ftp, but I got frustrated and I…

alliuca
- 396
- 2
- 13
1
vote
2 answers
Directory Listing Denied : This Virtual Directory does not allow contents to be listed
I am hosting a modx website on ixwebhosting.com
After I submitted the site, I get this message when I try and access the root for example:
wwww.website.com/
or
www.website.com/manager/
I can get it to work, however, if I go directly to…

Trip
- 26,756
- 46
- 158
- 277
1
vote
0 answers
Server error in '\park' application
I have uploaded static asp.net website using plesk panel. I have selected starting page as index.aspx.
When I run URL link, I get this error. this is usually a temporary error during host Name resolution and means that the local server did not…

user7090664
- 45
- 1
- 9
1
vote
0 answers
The 'Access-Control-Allow-Origin' header contains multiple values Wordpress Website and Parallel Plesk(windows Hosting)
I am trying to access web service in my phonegap project but this is showing me this error
The 'Access-Control-Allow-Origin' header contains multiple values '*, *', but only one is allowed. Origin 'null' is therefore not allowed access.
The Website…

Class Work Studio
- 11
- 2
1
vote
2 answers
Is there any possibility to use pretty url for php without .htaccess
I have a site which use wired URL structure like:
http://www.example.com/course-detail.php?CourseId=NzI=&SubCategoryId=MQ==&DivisionId=MQ==
I would like to see the structure like:
http://www.example.com/course-details/course-name/
Note: The…

Abhishek Shrivastava
- 31
- 7
1
vote
1 answer
Showing Runtime Error in MVC application after deploy
I made a new MVC Project in Visual Studio 2015, then published that package and uploaded into my Windows hosting. After extraction when I browse my URL it shows me this error message. But my application runs on locally just fine.

Khaled Md Tuhidul Hossain
- 254
- 2
- 7
- 16