Tagged Questions
0
votes
0answers
15 views
How can I get XAMPP back after IIS 8 took over my localhost?
I have been using XAMPP for a long time for PHP and mySQL development. Yesterday, after Widows update, the browser will not recognize the XAMPP anymore. It goes directly to IIS 8 page, and I cannot ...
2
votes
2answers
649 views
IIS express not working in visual studio 2012
Iam not able to run the Visual Studio Application with IIS Express. Iam getting an Error “Unable to launch IIS Express” for the first time.
After multiple times debugging,
Iam getting the below error, ...
1
vote
1answer
161 views
IIS 8 Express does not deliver page
I have a bit of a strange problem.
When I debug/run my webs with IIS8 Express, IE starts and then just waits, nothing happens, white page with busy-mouse pointer.
This problem suddenly appeared ...
0
votes
2answers
317 views
Unable to start mvc4 webapp debugging, VS2012( Update 1, Update 2 CTP 3), Windows 8
I a unable to start debugging mvc4 webapp. I am getting following error(s) while trying to debug the application.
If am trying to use IISExpress
And using the vs2012 debugging server
I have ...
0
votes
1answer
446 views
I'm having IIS 8 to SQL Server 2012 conection issues
Sorry in advance... trying to get my feet wet with win 8, IIS8 Express that comes bundled with win8, Visual Studio 2012 and SQL Server 2012. I just installed all over the weekend. For the SQL Server, ...
2
votes
1answer
392 views
Visual Studio 2012 - Web.config invalid in IIS Express 8
To support an installation on IIS 7, I added the following to my web.config:
<system.webServer>
<staticContent>
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
...
1
vote
2answers
110 views
SqlRoleProvider on IIS8 Express
My web application (a WCF service) uses SqlRoleProvider, which works fine on Visual Studio Development Server. Switching it to IIS8 Express causes it to throw a NullReferenceException though:
...
8
votes
2answers
4k views
Visual Studio 2012 IIS Express 8 Fresh Install - Can't Connect
On Visual Studio 2010 + IIS Express 7 I was able to use IIS Express as a server and browse sites.
I've since installed Visual Studio 2012 (on Windows 7 64-bit) with IIS Express 8, and I can't browse ...
5
votes
2answers
1k views
Running the 64 bit version of IIS Express 8 RC with Visual Studio 2010
I have a web app that uses the 64 bit version of SharpSvn, a managed DLL with an unmanaged dependency. It will not run in IIS Express 7.0. Switching to the 32 bit version of the assembly works fine.
...
20
votes
5answers
3k views
Dots in URL causes 404 with ASP.NET mvc and IIS
I have a project that requires my URLs have dots in the path. For example I may have a URL such as www.example.com/people/michael.phelps
URLs with the dot generate a 404. My routing is fine. If I ...
