Upload a website in IIS 7 - iis

Hi I have made a website by Visual Studio 2010, but using .Net framework 3.5.
Now I'm uploading my website to an IIS7 environment. When I do this I get the following error :

try this >> http://support.microsoft.com/kb/942055

The error is detailed in the "Detailed Error Information" and highlighted in the Config Source i.e.
There is a duplicate...
So go look in the web.config and tidy up the duplicated section and you should be a bit further forward...

Related

HTTP Error 500.0 - Internal Server Error using visual studio 2013

I am using visual studio 2013. I am trying to run a web app on my browser and I get the following error.
I have searched this forum but is not working. I was running the same web app yesterday and it worked fine.Today it does not.
Thank you for your help
I too faced this problem when my Windows was upgraded.
Doing this fixed the issue on my computer. Also note that you have to select the Server node on the left side panel. (NOT a web site).
Follow the instructions in the screenshots and then
Uncheck the www server checkbox.
Restart the IIS and it worked on my machine!
I was also facing similar issue from last 2-3 days. I am using VS2013 professional for building MVC application. All of sudden, any web application created on VS2013 started giving this kind of error. I tried reinstalling IIS, VS2013; but it does not worked for me.
During event logs checks, I found this error message-
"FailedRequestTracing module detected invalid configuration on path 'MACHINE/WEBROOT/APPHOST'. Trace provider or tracing area name 'WWW Server' is not recognized. Check the section for currently supported list or providers and areas. No logs will be generated until this condition is corrected. The problem happened at least 1 times in the last 5 minutes. The data is the error."
In applicationhost.config file, I did found below tag-
<add provider="WWW Server" areas="Authentication,Security,Filter,StaticFile,CGI,Compression,Cache,RequestNotifications,Module,FastCGI,WebSocket,Rewrite,RequestRouting,iisnode" verbosity="Verbose" />
I removed this tag from applicationhost.config file located under C:\Users\\My Documents\IISExpress\config path on windows 7 machine.
Now my all application started running fine from VS2013 with IISexpress.
See if this helps.
Cheers
Sanket

Visual Studio 2013 Asp.net Razor v3 website unable to host to IIS windows 7.5

I am trying to host a asp.net razor v3 website to IIS, but it is not working. I tried multiple options including first creating the website then publishing to IIS, or directly creating a new website under IIS using visual studio 2013. It gives me HTTP Error 503. The service is unavailable.
Methods to reproduce Error:
Option 1
1) Create a new asp.net web site (razor v3) in visual 2013, and click publish to publish to a directory. Then, add that directory as a website in IIS.
Option 2
1) On the new website window, in visual studio 2013, go to browse and select IIS, and create a virtual directory directory under IIS to save the site.
Then, go to the browser and try to access the hosted site: localhost/sitename, it always produces some kind of errors. Like 503. What am I missing? Please help, looks like I am missing some steps or some configuration changes.
Also, I am trying this with the default razor v3 webiste content and without modifying anything. So, I have not touched any files or anything, I am just trying to upload to IIS.
The correct answer I found was that for some reason you must use the IIS Express 8.5 to test/host that site.
Even the installations on the fresh copies of Windows with Full IIS prior to version 8 did not work on my test machines.

url rewrite with visual studio 2012

I'm trying to use the url rewrite module with an MVC application on VS 2012.
I've installed the module using web platform 4.0, followed Ruslan's blog post, updated his js script according to the comments (specifically the last one by Brant Burnett on Oct 19th, and the script executed successfully. I checked the DotNetConfig.xsd and everything looks fine.
If I open IIS management console I see the Url Rewrite module and everything looks ok.
I create an simple MVC solution (with the default home/account controller), and when I add the simplest ToLowerCase rule (also copied from Ruslan's blog), I get the blue squiggly line under the tag and an http 500.19 if I try to execute. rebooting, etc. does not help. also important to mention I use IIS express 7.5.
the same procedure worked for me fine on a machine running VS 2010, url rewriting worked without a problem.
anyone knows what could go wrong? what info is needed for further analysis? why isn't intellisense working and the rewrite module recognized?
The problem lies in version of .NET Framework, each version has its own config intellisense file. Additional hassle is that the file for 4.5 isn't in C:\Program Files (x86)\Microsoft Visual Studio 11.0\Xml\Schemas\, as DotNetConfig45.xsd, but in additional folder 1033.
Here I updated RuslanY's setup script for VS 2012 and .NET 3.5, 4.0 and 4.5:
http://pastebin.com/8GGGHTBL

Umbraco - web.config issue when installing

I'm trying to install a default Umbraco installation on IIS7, and I'm getting the following error on my (unmodified) web.config file, any ideas?
Config Error
The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration
Thanks,
I'm going to assume you are using the current version of Umbraco 4.5.2 as offered on the Codeplex site...
By default, Umbraco is configured to use .Net 2.0 (not .Net 4.0). Go to your IIS Management Console, select ApplicationPools and double-click your website. Make sure the .Net Framework is set to 2.0.
Also make sure the server you are running the IIS on has .Net 2.0 installed!
If you can provide more information from the server's error page, I can help better pinpoint the error...

Failed to map the path 'MyAppName/App_GlobalResources' when running ASP.NET page in IIS

I get the error "Failed to map the path 'MyAppName/App_GlobalResources'", where MyAppName is the name registered in IIS. I ran aspnet_regiis -i,and also removed .NET 3.5 and reinstalled it since the IIS had been installed later. However, the moment i run a aspx page, this is the error i get.
What does this error really mean , and what is the way out of it ?
Thanks for any info.
I fixed it as advised in similar problems faced by others
"In RegEdit, give ASPNET account full access to:
HKEY_CLASSES_ROOT\Interface{70B51430-B6CA-11D0-B9B9-00A0C922E750}"
If you are using windows 7 then right click on visual studio and run as administrator. It will solve your problem.

Resources