Tagged Questions
0
votes
1answer
18 views
ASP.NET and YSlow optimization
I'm running a YSlow performance test on my small ASP.NET web project running in an IIS Express. I'm left back with two items that I think needs optimization.
1. Add Expires headers
I need to set ...
1
vote
0answers
38 views
web application exists on both the local IIS web server and the IIS Express web server
On the surface, this looks a lot like I want to use iis 7 instead of iis express in visual web developer 2010, or Visual Studio USE LOCAL IIS WEB SERVER issue with IIS 7.5.
But, my problem is that ...
1
vote
0answers
98 views
ASP.NET website pages not reflecting recent changes
I have been working on a new intranet site for a few weeks now, and everything has worked as expected. If I made any changes whatsoever (added raw text, new controls, etc) to my .aspx pages, and then ...
2
votes
1answer
46 views
ApplicationShutdownReason.BuildManagerChange and ApplicationPool restart in IISExpress
We have a problem. We are using IISExpress 8.0 for Asp.net WebForm application(.net 4.0).
Comupter is running under Windows 7 x64.
Sometimes without any reason ApplicationPool restarts. I know that ...
0
votes
0answers
173 views
Value cannot be null. Parameter name: baseUri - ASP.net application with authentication
I am trying to work with a SandBox application for Microsoft HealthVault - Walk Me. I have downloaded the HealthVault SDK and the source code from the Walk Me application. When I launch the ...
1
vote
2answers
187 views
asmx Webservice does not work on IISExpress
We are migrating from IIS 5.1 to IISExpress on developer machines. We have ASP .NET app which also hosts some .asmx webservices.
When using IIS 5.1 we can access wsdl using following URL
http ...
2
votes
2answers
661 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
votes
1answer
170 views
Session lost after editing code behind file with IIS Express
So I have a ASP.NET 4.0 web forms project that I am developing. My localhost web server is IIS Express. If I edit an aspx file and hit save IIS Express reloads all symbols and clears the current ...
0
votes
1answer
91 views
IISConfigurator.exe crashes when running Azure app in the Dev Fabric
If I attempt to run a new or existing azure app, IISConfigurator crashes and I receive a notification that roles are taking longer than expected to start. I'm running in VS2012 on Windows 8, using IIS ...
0
votes
0answers
64 views
Web Project not working with IIS Express
I am using Visual Studio 2012, Windows 8 x64 and IIS Express.
I have copied and pasted a working web project then added it into the same solution (per client, different template etc..)
I updated the ...
0
votes
0answers
41 views
Getting ASP.NET site publicly available
I have used the solution provided by this thread: Can I access ASP.NET Development server in an intranet?
I have tried both JavaTCPtunnel and Pocketsoap TCP trace, but they both return Bad Request - ...
2
votes
2answers
355 views
Compiler Error Message: CS0103: The name 'BusinessLogic' does not exist in the current context
Like lot of people, I got CS0103 issue, but I've not found a good solution on the existing topics when working with IIS7.5
The strange thing is:
The site is working fine under IIS5.1 / XP (at ...
0
votes
0answers
310 views
AppPool in IIS Express must run under Integrated Mode
I am using the IIS Express instead of the Visual Studio 2012 Development Server to install the DotNetNuke 7.0.04 because DotNetNuke 7 requires integrated mode and ASP.NET Development Server doesn't ...
0
votes
0answers
168 views
How to deploy ASP.NET Web Service with Visual Studio 2008 (without SP1) on IIS Express 7.5
how I can deploy a ASP.NET Web Service on IIS Express 7.5? There are several solutions for Visual Studio 2008 with SP1 and also for Visual Studio 2010. (E.g. How to configure Visual Studio 2008 to use ...
5
votes
2answers
227 views
Request.ServerVariables throws NullReferenceException
I have an MVC3 application, which is suddenly giving me some strange behavior. First some background (although I'll try to make this as brief as possible)...
In my controller action, I have this ...
0
votes
0answers
26 views
Random Delay with IIS Express
I am using IIS Express 8.0 with a WPF (4.5) app that contains a web control. I have code in the app that does a get request in a loop (with a sleep) to determine when the server is ready to take ...
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
1answer
39 views
Multiple IIS Express sites in one solution (Solution explorer name)
Visual Studio renames website projects in solution explorer to reflect the localhost url (MyWebsite becomes http://localhost:49356/ for example). If I have multiple websites contained in a single ...
0
votes
0answers
93 views
How can I get static content in ASP.NET to consistently reload on change?
For some reason, when I update a view section, it will not always be updated when I reload it in the browser to check my changes. This is severely hindering my workflow. When I save a css or js file, ...
1
vote
1answer
337 views
Connecting to Visual Studio debugging IIS Express server over the lan
I have a test ASP.NET MVC3 application developed in VS2012. When I start debugging the app is accessed from the host machine via the request to http://localhost:<portnumber>. But if I try to ...
1
vote
2answers
701 views
Unable To Launch Web Server
I have asp.net web application project in visual studio 2012. When I want to start it, I have the following error:
Unable to launch the IIS Express Web server:
Port"4012" is in use
This problem ...
0
votes
0answers
107 views
Unable to get https in IIS Express to show on Firefox “Renegotiation is not allowed on this SSL socket.”
I'm using IIS Express and ASP.Net 4. When I view my site in https in IE, it shows perfectly. However, in Firefox I get the error:
Secure Connection Failed
An error occurred during a connection to ...
3
votes
1answer
202 views
IIS Express Immediately shutting-down running site after stopping web application
I'm using visual studio 2012 in the first days of using VS-2012 when I want to stop application in IDE, application was still running on IIS Express, I could browse running application, but now It ...
3
votes
0answers
126 views
IIS Express with VS2010 SP1 Constantly Rebuilds Web Site
I'm working with larger solution that has several website projects and recently it was decided to switch from Cassini to IIS Express. There are about 10 or so developers who all share the same ...
1
vote
2answers
230 views
Is it possible to debug class file or razor file in app_code inside visual studio against iis express?
Have an interesting situation. Working with umbraco website and debugging it inside Visual Studio. Just added a .cs file to the app_code folder within the project structure. Wanted to test adding a ...
0
votes
0answers
90 views
Linking Separate JavaScript Library and Web Project in Visual Studio for Easy Debugging and Deployment
TLDR:
I want to be able to link a JavaScript library project with a Web Application in Visual Studio, and have this configuration easily portable to other developers in the organisation. Linking via ...
1
vote
1answer
226 views
iis express hangs
I'm using VS2010 Express with SP1 on XP Pro SP3. I have a web development site on a local drive that was running fine under IIS Express a few days ago. Now when I launch under IIS Express, IIS ...
0
votes
1answer
194 views
Asp.Net MVC3 returning zero bytes for JsonResult
I've done all the debugging I can think to do and can't find any exact matches for what's going on. Here's the code, in all it's debugging glory/silliness.
[AcceptVerbs(HttpVerbs.Get | ...
1
vote
3answers
512 views
HttpHandler not being called
I need to write a HttpHandler that will serve up JavaScript files which are embedded resources in .DLLs in my project. A reference in a view cannot directly see such a resource, so I planned to use a ...
0
votes
2answers
90 views
IISExpress not starting
I have an EPIserver site that wont start when i run it in IISExpress, but when i run it in the VS Development Server it works.
Im not getting any error message when trying to make it go with IIS ...
0
votes
1answer
428 views
IISExpress 7.5 has Internal Server Error, whereas IIS 7.5 works
I have the following <handlers /> section in my web.config to register ActiveReports 6 handlers for various file extensions:
<handlers accessPolicy="Read, Execute, Script">
<add ...
1
vote
2answers
111 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:
...
1
vote
0answers
34 views
IIS Express 8, VS 2012 and 64-bit [duplicate]
Possible Duplicate:
Can’t get IIS Express 8 beta to run website as 64-bit process
I have VS 2012 configured with IIS Express 8. I need to run a web site under 64bit process. When I set the ...
1
vote
1answer
156 views
adding large file url to database is taking too much time
I'm taking video's url by FileUpload control in Asp .Net .Then I add this url to database for retrieving another asp .net web page. My problem is when I take picture url same way it takes short time ...
1
vote
2answers
545 views
asp.net website (development) takes very long to load first time (C# / Visual Studio 2012)
I know this has been asked quite some time regarding production websites. However, I would like to know if there is anything that could possibly be done to speed up the initial load time of a ...
1
vote
3answers
283 views
IIS Express option unavailable in Visual Studio 2010
How do I enable the option to use IIS Express for a website project in my solution?
I have installed IIS Express but it does not show up as an option? I would like to use this because at the ...
4
votes
1answer
2k views
Can Visual Studio restart IIS Express on new debugging session?
I have an ASP.Net application that performs some database initialization during Application_Start in Global.asax. I'm using IIS Express to debug the application.
I find that if I stop debugging, ...
1
vote
1answer
137 views
Hosting ASP.NET files for local network
I am trying to set up a site that needs to be accessed by users on my local network only with IIS Express (latest version), I am able to access it through the URL http://timesheet:8080, however, none ...
0
votes
0answers
84 views
Metabase Path for IISExpress
I am currently analysing an ASP.Net web application.
Therefore I wanted to use NDepend with aspnet_compile.
The problem is that I can only access a local copy with IIS Express, which uses virtual ...
2
votes
3answers
572 views
Inscrutable error when switching from Cassini to IIS Express 8
I've been working on a web project in MVC3 for several months. I've been using Visual Studio's built-in web server (Cassini) for development, but have found I need to use IIS Express to support HTTPS.
...
1
vote
1answer
227 views
iis express running site without debug (ie running all the time while vs is open)
My app for ages would keep runing even when I wasn't debugging in VS 2010. Now it only runs when debugging. It was really nice for it to run even when not debugging before?
Any ideas why this might ...
0
votes
0answers
151 views
Configure iis express path to have Virtual Directory
How can i configure IIS Express to run my asp.net application from a specific dir location ?
I've copied my app to c:\www\apptest and I have a batch file to start the iis express and then open the ...
0
votes
0answers
207 views
Local asp.net installation - SQL Server Express, IISExpress
I have an ASP.NET project that I run on localhost with a SQL Server 2008 R2 Express. I want to make a setup with all that i need to install in client's PC, and automate it in a way that I do not need ...
0
votes
0answers
32 views
How can I deploy a web app to a client's desktop for review, without hosting?
I would like to quickly deploy a web app prototype I'm busy with to a client's laptop, to get a requirements def cycle going quickly, before we open a hosting account and all that. How should I do ...
0
votes
0answers
405 views
Unable to display images in my view with local IIS Web Server. It works with IIS Express
I work on an ASP.NET MVC3 solution with Visual Studio 2010. I have a view displaying images obtained from a WCF service call. This view did not render correctly through local IIS Web Server. Then I ...
0
votes
0answers
147 views
MVC 3 with IIS Express Odd Redirecting behavior
I have a simple MVC 3 webapp that's been giving me trouble lately - and nowhere I look seems to have any information that can help me. I've been having two issues that seem related in how they're ...
0
votes
0answers
94 views
Difficulties with long-lived TCP connections in ASP.NET server-side code during local debugging
Let's say you have an ASP.NET website that you launched locally from VS2010, using IIS Express . You test the app, decide you want to make some changes. You stop the debugger. But, in actuality, ...
0
votes
1answer
737 views
IIS Express - temporarily impersonate the authenticated user
According to this document:
http://msdn.microsoft.com/en-us/library/ff647405.aspx
I've set the following in web.config
<authentication mode="Windows" />
<identity impersonate="false" ...
1
vote
2answers
1k views
Windows Azure application crashes IISConfigurator.exe
I am using Visual Studio Express 2012, and Windows Azure SDK for .NET v11.0.5022, which installs IIS Express 8. When I attempt to run a Windows Azure app, IISConfigurator.exe will crash
This is the ...
2
votes
1answer
660 views
Using ASP.Net Preloader in IIS 7.5 Express
Scenario
I am attempting to auto-start/keep-alive/preload information in my ASP.Net application. The instructions are plain and clear: ASP.Net + IIS 7.5 - Preloading & Auto Starting, but I am ...







