Tagged Questions
0
votes
0answers
17 views
Images not loading for ASP.NET IIS 8 (Only in Release mode)
I have a Windows Server 2012 machine running IIS 8. I publish my site using Web Deploy from VS2012. If I publish in Debug mode, everything works properly. But when I publish in Release mode, none of ...
0
votes
0answers
19 views
Debugger crashing in vs 2012 with IIS 7.5
I had a web project setup to run through IIS and now all of a sudden the debugger does not work. It crashes and restarts vs 2012 each time I try and run it. I can run the debugger using the built in ...
3
votes
2answers
42 views
Excel automation in WCF
We have developed two projects WCF and ASP.net Website.The WCF service consists of code that performs excel generation
it has something like
Excel.Application xlapp=new Excel.Application();
...
2
votes
1answer
112 views
Why is a Web Site project not serving pages except through IIS?
I have inherited quite a complex web site project, and when I run it in VS 2012 under the default "Use default Web server" setting for "Server", it serves the login page correctly, under the base URL ...
1
vote
1answer
38 views
Adding Service Reference with SSL
I have a service with the following binding:
<bindings>
<mexHttpsBinding>
<binding name="MetadataHTTPSBinding" />
</mexHttpsBinding>
<basicHttpsBinding>
...
-3
votes
2answers
47 views
Precompiled ASP.NET
I all newbie to .net stuff. And since i was helping my friend out in one of the university projects to switch servers i had some glitch.
We have an precompiled asp.net project with all the bin ...
0
votes
1answer
46 views
Jquery-Mobile data Icons not displaying when using iis 8
I am using jquery-mobile version 1.2.0. When I run it in my development environment everything works great. when I publish it to windows server 2012/IIS 8
I don't see the Icons for the ...
0
votes
0answers
22 views
Add script with getScript
I am trying to use an xml file to write some test cases for a javascript file that exists on a random URL
<script type="text/javascript">
$(document).ready(function () {
var script ...
0
votes
0answers
174 views
Resolving SQL / Network path not found
I have built a very small (3 page) asp.net site using MS Access 2010 as the database. page 1 is splash, 2 and 3 show aspects of the data. This all works in test mode. This is for an off-line intranet ...
0
votes
1answer
59 views
Add WCF Service reference using visual studio 2008
I want add a service reference, and that end point address is provided by outside company (the service is hosted in IIS7) because I need to access to their server to check some data. So they give me ...
0
votes
1answer
43 views
How can I create new applicationhost.config file in IIS Express Server?
I had to delete my applicationhost.config, because VS 1012 didn't deal with him.
How can I create it?
thank you.
2
votes
1answer
57 views
How to tell if code is running locally from Visual Studio/Cassini
I have an interface, let's call it ILocateLogFile, with a standard implementation for dev/beta/production servers, and one that only works in the local development environment. I can't seem to think ...
0
votes
1answer
109 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
16 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
104 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 ...