Tagged Questions
0
votes
0answers
19 views
When using IIS Express through Visual Studio 2012, resx changes are not recognized
In my html code of a C# web application I have the resx references as:
ul class="inlineList"
li
fmt:message key="scrollabletable.footer" /
span data-bind="text: ...
0
votes
0answers
9 views
Switching branches on a directory that is an IIS site causes blank pages
We have an ASP.NET site that we have in a GitHub repository, and the devs clone it for testing and building locally. The local build path is configured in IIS as a site, so the devs can go to ...
1
vote
3answers
32 views
Images don't show up after VS 2012 Publish
I have created asp.net web project. I have included some files in this project. Following all CSS standards required.
background-image: url('~/Images/sideheader.png')
I can see all pictures when I ...
1
vote
0answers
36 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 ...
0
votes
2answers
20 views
Is it bad practice to use a Visual Studio Project folder as a virtual directory in IIS?
Is it bad practice to use a Visual Studio Project folder as a virtual directory in IIS when doing development?
Instead, should I copy the files to a separate folder once the application is compiled?
1
vote
1answer
22 views
Lose “modern” (CSS3) styles when viewing on IIS vs VS Development Server [closed]
When I F5 using the Visual Studio development server (http://localhost:XXXX/application) all styles look fine. When I F5 using local IIS (http://localhost/application), styles still look fine. ...
1
vote
0answers
33 views
Razor: use Layout file of other Application
I have a MVC4 Webapp (1) with a Virtual Directory under it which contains another independent Webapp, like so:
MainApp
Areas
SUBAPP <------ THIS is a Virtual Directory with its own ...
0
votes
0answers
26 views
Looping URL with IIS and URL Rewrite
I've encountered an odd issue and I need some assistance determining the error source.
I am developing a website which has a few pages in the /pages/ directory. The root is being reserved for ...
1
vote
1answer
40 views
Access site from public ip
When I debug my asp.net mvc3 web application on http://localhost:11118/ using microsoft visual studio and it works perfectly.
But when I try to view it on http://MYPUBLICIPADRESS:11118/ I get a HTTP ...
0
votes
0answers
31 views
Adding <mimeMap> entry Causes 500 for Other Static Content on IIS Express
I'm using Visual Studio 2012 with Update 2 and IIS Express.
When I add a record to the staticContent section, all other static content (.js, .css, .jpg, etc) returns a 500 error.
Any advice would ...
0
votes
1answer
82 views
Web Service running in IIS. Grant write permissions to a folder from Visual Studio Setup Project?
Im installing my webservice using a Visual Studio 2008 setup project.
Im currently having to manually give the "Network Service" user write permissions to the resulting folder in order to be able to ...
1
vote
1answer
50 views
Start IIS Express without opening default site
When I launch my MVC4 project from Visual Studio 2012, IIS Express starts and then automatically launches the default page for the default site (i.e. the one I'm working on).
How do I prevent it from ...
1
vote
1answer
62 views
IIS Express doesn't start on first try, but starts fine after that. How do I troubleshoot?
I'm running Visual Studio Professional 2012, and recently IIS Express tries to spin up on the first attempt when I'm debugging an asp.net mvc app. It eventually times out and I get an error dialog ...
1
vote
1answer
2k views
Unable to launch the IIS Express Web server
I have an asp.net MVC 4 solution. When I try to open it using Visual studio 2012, I get following error:
---------------------------
Microsoft Visual Studio
---------------------------
Configuring ...
0
votes
1answer
54 views
Where are my Visual Studio programs/applications/websites hosted by default?
Where are my Visual Studio programs/applications/websites hosted by default (/during debugging)?
I mean, when I run my project in studio or just do a right click and 'view in browser' on a page... ...
-1
votes
1answer
114 views
How to add net.tcp protocol support for IIS Express used by Visual Studio?
I'm using the default configuration of Visual Studio to host my wcf service in a development scenario. I want to add a net.tcp endpoint, but I always get an error.
0
votes
1answer
60 views
IIS 7.5 is not looking in bin folder for .dll's
I have an issue with my new web server. Because it goes across a really slow WAN connection, I've installed VS2012 on the server and pointed the source folder to C:\Src. This way I don't have to ...
0
votes
0answers
43 views
error CS1704: DLL loaded twice ? -razormachine
I want to use RazorMachine on my VS2012 MVC 4 .NET webapp, called "Haas2013".
Everything is working, until I hit a line where I actually call RazorMachine.
I keep getting this error:
error CS1704: ...
0
votes
1answer
38 views
How to add a default error page using httpErrors
i have successfully added a custom 404 page. what I want to do is to create another custom error page that is displayed when there is any error other than 404. e.g. 500, 403 etc.
this is what I have ...
0
votes
0answers
32 views
Visual Studio 2012 changes IIS application directory without asking
If you have a solution with web applications configured with IIS, Visual Studio will set up the virtual directories and point them to your code. If you have multiple branches for that solution, there ...
2
votes
0answers
189 views
How can I change IIS Express 8.0 install directory so it doesn't use “My Documents”?
Is it possible to change IIS Express 8.0 so that its install and configuration directory is not under "My Documents"?
In our environment, "My Documents" is mapped to a network share.
The problem ...
0
votes
0answers
302 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
68 views
Visual Studio “Create Virtual Directory” default location
Visual Studio 2012 Express for Web makes the source directory the virtual directory for IIS.
Is there any problem with this? Seems like a bad smell to me, but I'm not sure why.
0
votes
1answer
216 views
Compilation error CS0016: Could not write to output file
In Brief
When I attempt to browse my website, I get the following error message:
CS0016: Could not write to output file 'c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET ...
3
votes
0answers
160 views
IIS Express slow on external requests using Parallels VM on Mac
Running a VM on a Mac for a .NET backend, I have the following setup:
Parallels 8 (Shared Network), Win 8, IIS Express 8 (not run as admin I think), Visual Studio 2012 Epress
ACL via elevated ...
0
votes
1answer
113 views
Creating a virtual directory is only supported on the local IIS server
I am trying to get a visual studio solution (written by someone else) working on my machine. When I try to open the solution, I get two error messages, shown in the picture below. I don't know very ...
0
votes
1answer
132 views
Web Deploy 3.0 infuriating 401 error on publish
I can't seem to get a simple application to deploy to an IIS server that I am the administrator of. Here is the error message I get from VS2010 (domain name modified to protect the innocent):
...
0
votes
1answer
19 views
Zip file not beeing created at obj\Debug\Package when building web project
i have this settings activated, but after the project buildt there is no zip file. Anyone got a clue why?
1
vote
2answers
366 views
HTTP Error 403.14 - Forbidden on one URL
I am running a website using visual studio 2012 MVC .Net 4.5, IIS Express .
It was working fine on my local pc but suddenly a URL is not opening any more and gives me this error: HTTP Error 403.14 - ...
0
votes
1answer
80 views
In VB.net datestring + “-23.59.59.999” working in VS2003 not in VS2008 or VS2010
Hi All The Below code is working fine in Visual Studio 2003 but after i converted the solution to VS2008 the Below is giving error. Please Help me to fix the issue
code:
Dim strToDate As string
...
0
votes
0answers
33 views
Keep connections alive in MSVS?
I'm using visual studios to make an mvc site. I'm doing a strange test which creates a lot of noise when connections are closed even though firefox (and chrome) send keep alive to the server.
I took ...
0
votes
0answers
147 views
Local website IISexpress from visual studio
For some reason I am unable to configure IISexpress & VS2012 such that I can start my website on http://customer.domain.com:8081.
I read through several other posts on SO as the microsoft page ...
0
votes
0answers
68 views
How to show IIS Express output window with Visual Studio 2012
I want to show the log output window of IIS Express when I'm debugging, similar to when IIS Express is ran through command line (iisexpress.exe /site:name).
Anybody knows how to do this while keeping ...
0
votes
1answer
66 views
Communicator API On IIS
I have the following error:
Retrieving the COM class factory for component with CLSID
{8885370D-B33E-44B7-875D-28E403CF9270} failed due to the following
error: 80080005 Server execution ...
2
votes
1answer
251 views
ERROR: Unable to cast COM object of type 'MSScriptControl.ScriptControlClass' to interface type 'MSScriptControl.IScriptControl'
I'm working on a old vb application and when I'm using this one, I got this folowing error:
document.all["ScoringMessageBox$MessageLabel"].innerHTML = "An error occurred while loading the score ...
0
votes
0answers
477 views
Accessing Website by FTP in visual studio 2012
I try to connect my website via ftp. I succeed connect the folders by my browser, but in visual studio 2012 I can connect the site just by the local address(10.100.101.100)and not by the remote ...
1
vote
0answers
48 views
How to automatically set folder permissions when deploying to an EC2 instance?
When deploying, I currently have to remote desktop into my EC2 instance and change permissions for a folder through the IIS Manager.
Is it possible to have these permissions set when deploying ...
1
vote
1answer
83 views
new handler triggers debug failure in visual studio
I have an existing asp.net website that works. When I (F5) debug it works. However, I am working on a new IHttpHandler for the site. As soon as I add the ...
0
votes
1answer
200 views
HttpContext.Current.User.Identity.Name windows authentication issue
I had to relocate to another office due to weather related issues. In our old office, when we started an IIS application using windows authentication the application would pull your windows info and ...
0
votes
0answers
131 views
A connection with the server could not be established
After a long time I had to install back Visual Studio 2003 to work over some old project,
But while doing so I encountered an issue while loading my solution in it, that is after I open the solution ...
0
votes
2answers
417 views
Why do I always get an HTTP 500 - Internal Server Error when debugging a web app under IIS 7.5?
I am trying to get Orchard CMS running under IIS, but I keep getting an HTTP 500 response. I have built and run the source code from within VS2012, but even with exceptions set to break when thrown, ...
0
votes
3answers
3k views
Unable to access the IIS metabase
An ASP.NET web project loads with up the solution, but I get this error
The Web Application Project is configured to use IIS. Unable to access the IIS metabase. You do not have sufficient ...
2
votes
1answer
47 views
IIS won't launch?
I have set up a IIS site on localhost:94, and it runs as it should, I am using visual studio 2012, when I go to launch it this appears...
Anyone have any idea how to fix it?
It's working fine on ...
0
votes
1answer
350 views
Visual Studio 2003 Prerequisites on Windows 7
I am trying to install Visual Studio 2003 on Windows 7. We have a web app here that was written in VS2003 that I need to support.
When the installation starts it does a prerequisites check and tells ...
0
votes
0answers
114 views
Best Practice for configuring ASP.net projects with IIS
I'd like some input and thoughts on the best practice for developing asp.net applications. In previous projects we have gone to the hassle of creating a DNS name and adding an entry to the host file ...
0
votes
1answer
45 views
Looking for a lite way IIS server for demostrating website
I need to show customer an ASP.NET MVC3 website, but they don't have IIS or Visual Studio installed. only .NET Framework 4 is installed.
So my question is: Is there any tiny little IIS server (like ...
0
votes
0answers
85 views
No Conceptual Schema error using Entity Framework
I'm creating a website with Entity Framework, and have had quite a bit of fun due to changing from VS2010 to VS2012 (which deals with DBContexts instead of ObjectContexts). I had to recreate the ...
4
votes
1answer
2k views
VS 2012 IIS Express 8 - Unable to launch the IIS Express Web server
I'm trying to run an MVC 4 project in IIS Express 8 (because that is apparently what comes with VS 2012) and every time I've tried to run it from VS, I get the following error.
Unable to launch the ...
0
votes
1answer
663 views
Local IIS Web server cannot connect to SQL Server
When I use the local IIS Web server, my ASP.NET MVC application is unable to connect to SQL Server. The database is on another server. However, if I use the Visual Studio Development Server, it works ...
0
votes
0answers
154 views
Error when testing website on IIS Express and ASP.NET 4.5
When trying to use IIS Express instead of the built-in server in Visual Studio I get the following error:
Parser Error Message: It is an error to use a section registered as ...