Tagged Questions
1
vote
1answer
12 views
Installing MS SQL 2005 drivers for IIS 7.5 .NET apps
I don't normally do .NET development but I have a small .NET app that I need to set up on a new Win2K8 IIS 7.5 server, the SQL 2005 server is on a different box. I've tested the .NET app on an Win7 ...
0
votes
1answer
26 views
.Net form is inserting domain name into path
This is pretty bizarre, but after copying my website into a new application directory, by the same name, on GoDaddy, .Net is adding the domain name to all my path references.
For instance, I have ...
1
vote
1answer
57 views
C# .NET login not re-directing
I'm trying to setup Forms authentication in IIS 7. When the user tries to hit any url on the site they are redirected to the login page but after they login they don't leave the page. If I enable ...
1
vote
1answer
244 views
French porn urls logging 404 errors to non-porn site [closed]
I've noticed a string of 404 status codes being logged in a client's error log for non-existent urls. The site is a .NET MVC site and the exact error being logged is "The controller path for ...
0
votes
1answer
33 views
IIS application creation by using Microsoft.Web.Administration library creates two application instead of one
I'm trying to automate IIS application creation and for this I'm using Microsoft.Web.Administration library. Here is part of code I'm using:
IISHelper.cs
public static void ...
0
votes
1answer
44 views
Fail to get data from ssl site
Alright, so I have this server running with a wildcard cert at https://www.octgn.net .
In every browser I try everything works fine, except I am having users who have issues connecting.
The main ...
0
votes
0answers
26 views
404 Not Found error on remoting object for one service but not another, both hosted on same machine
I have multiple instances of the same service in the hosting server, each instance for a unique client. Each service is hosted in it's own site.
I've compared multiple aspects of the bad site with a ...
0
votes
1answer
34 views
Running memory-intensive background task on a web server
I've got a web application that is a front-end to a very memory-intensive, multi-threaded image processor. The web application is running out of memory when it kicks-off large image processing tasks.
...
0
votes
0answers
73 views
Getting Windows User ID When Using Forms Authentication
I'm working on an ASP.NET MVC app running on our intranet. We are using forms authentication, however the usernames set up will be the same as the Active Directory usernames. I'm trying to find a ...
0
votes
0answers
10 views
IIS 7 Html output logging
Is it possible to configure IIS 7 to log all ASPX pages output for each request, without modifying the web application code?
I know I can catch End_Request in Global.asax and then write log from ...
0
votes
1answer
46 views
Canonical Rewrite for subpages not working by using rewrite rules in web.config
We have a simple HTML asp.net website hosted on Azure, we are facing a redirection issue when we copy paste the sub-page URL(without WWW) in the browser.
Example : www.example.com/subpage.aspx works ...
0
votes
0answers
23 views
IIS 7 Unable to cast object of type RolePrincipal to type UserPrincipal
We are upgrading our application currently running on IIS 6 (Windows 2003) to IIS 7 (Windows 2008). The app works fine until we moved it to IIS 7 where it apparently tries to hand off a new type of ...
0
votes
0answers
19 views
PHP::DOTNET loading throws error every other page load
I am currently testing a dll that I have created in vb.net inside php. I am loading it through php's dotnet com object. It loads up fine the first time. But if i hit f5 and refresh the page it will ...
0
votes
0answers
23 views
Programatically Duplicating App Pool and Virtual Directory
Im trying to automate our hosting solution. Currently when we bring a customer on we have to set them up an sql database and a new website which consists of creating a new app pool and virtual ...
1
vote
2answers
68 views
Dotnet 4.0 upgrade from 2.0
i am working on a dotnet C# web application which was initially created with VS 2003. My goal is to upgrade this application to Dotnet 4.0 without changing any functionaltiy. The solution has 9 ...
0
votes
0answers
84 views
.NET SQL Server Connection pooling issues after increasing amount of virtual CPUs [closed]
We have a web app, .net 4, IIS7, Windows Server 2008R2, Hyper-V, SQL Server 2012. The sql connection pooling has been working without issues until we increase the amount of virtual CPUs to 2. With a ...
0
votes
0answers
40 views
Compiler Version error IIS7
When I publish my product and deploy the files to our iis, the error of :
"The value for the 'compilerVersion' attribute in the provider options must be 'v4.0' or later if you are compiling for ...
0
votes
1answer
40 views
Monitoring IIS application pools [closed]
We are looking for some option that will monitor IIS7 application pools. It will also notify us if any application pool stops.
If anybody aware of any option\tools that would be great. Please advise.
...
0
votes
0answers
48 views
Basic Authentication repeats when downloading a file in IE
i have a site using Basic Authetication, tied to our Active Directory. everything works fine, except in IE8 when i click on a link to download a file the authetication windows pops up again. i can ...
0
votes
1answer
71 views
Exception while trying to query IIS from C# service
I'm calling the following code from Windows service that was written with C#:
try
{
ServerManager m = new ServerManager();
if(m != null)
{
SiteCollection sites = m.Sites; ...
0
votes
1answer
54 views
Why is the WCF rest service (not created with WCF Rest service template) not working?
I created a WCF Rest service but not with the WCF Rest Service template. I just used a simple class library project and then made all the settings which were listed to create a WCF Rest service.
It ...
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
1answer
42 views
Show errors on iis7 using wcf rest service?
I got a wcf rest service and when I put it on iss7 and run the give me this
The server encountered an error processing the request.
See server logs for more details.
but the logs does not say ...
0
votes
0answers
17 views
Security Issues and ContractID Issues
I'm trying to figure out how to get this service working, as it's my first time with WCF. I'm trying to just output json when I visit
https://appsnet/EMS/EMSService.svc/GetData/5.
My entire ...
0
votes
1answer
391 views
WCF service deploy The type or namespace name 'MVC' does not exist in the namespace 'System.Web'
I have created a WCF REST web service using WCF REST SERVICE TEMPLATE. I am trying to deploy it using Visual studio 2010 Publish menu. It creates Virual directory in IIS but when I try to browse it, ...
1
vote
0answers
130 views
How can I get a custom error page to display and rewrite the URL to something friendly?
I've been pounding my head against the wall with what I see as a very simple task.
Quick background:
I am using URL Rewrite with IIS7
I am using a Rewrite Map to map /ErrorPage.aspx to /Error ...
0
votes
0answers
37 views
Is WCF Service on IIS7 capable of handling the server filesystem?
I have a winservice, listening on an MSMQ and calling a .Net commandline process, and I would like to migrate the code associated to both (WinService and CommandLine) to a WCF Service.
The code ...
2
votes
1answer
166 views
LinkButton OnClick working on local IIS but not on remote server
On a page I have DropDownList and a LinkButton with the following code:
<asp:LinkButton ID="linkButton1" OnClick="FormSubmit" Text="CLICK ME" runat="server" />
Code behind:
protected void ...
0
votes
1answer
95 views
Migrating my application from IIS 6 to IIS 7 doesn't work
I'm migrating my website from IIS running on windwos server 2003 to Win server 2008 (64 bit). In both cases, the application is running on .NET 4.0, however, for unknown reason i get the error message ...
0
votes
0answers
391 views
NetTcpActivator service (Net.Tcp Listener Adapter) stops responding occasionally
In my current project we (I mean "project team") use WCF services hosted on IIS.
Here are some technical details which may be important:
We use NET 3.5 for WCF services
We use NET.TCP communication ...
0
votes
3answers
222 views
uploading excel file in c# .net web application result in error
my .net web application has a option of uploading a excel file, which has around 1k entries of products, the upload works fine when i run the application on localhost, but results in the following ...
0
votes
1answer
65 views
web service IIS7 .net framework 4 http 400
On our test server, when I try to go to the URL of a WCF service hosted in IIS, I get an HTTP 400 error. When I look at the WCF log on the server, it states "The body of the message cannot be read ...
0
votes
0answers
149 views
Error Running ASP.NET Application in Programmatically Created Virtual Directory in IIS 7
I use the following code to configure add a virtual directory to my Default Web Site of the IIS 7 server.
ServerManager iisManager = new ServerManager();
...
0
votes
1answer
66 views
Webpage Won't Update on IIS7
I have a website and the static content on the page won't update no matter what I try to do. On the server the page is updated, but viewing it in the browser, you still see the same old page. I have ...
0
votes
0answers
132 views
The request was rejected by the HTTP filter-error when accessing a web service-method from outside of server
I get a 500 Internal Server Error when accessing a web service-method from outside of the server where the webservice is deployed.
This URL works from the outside:
...
0
votes
0answers
8 views
Web Deploy Control Display Order of parameters
I am using Microsoft web deploy for my ASP.NET web app to help with deployment.
I have a paramaters.xml to provide the UI for entering values on importing.
Is there a way to control the order of the ...
0
votes
1answer
81 views
use IIS 7 Manager to set permissions
I followed the steps in here but do not know how to setup permissions, i need to create a directory and unzip a zip file into it and get access denied on the CreateDirectory line:
string zipCurFile = ...
0
votes
1answer
200 views
IIS7 .NET x64 aspnet_regiis -i causes class not registered error
We are running IIS7 on Windows Server 2008 R2 SP1, with websites running on .NET 2.0. The websites work fine except that global themes do not work. I went ahead and tried to do aspnet_regiis -c in the ...
0
votes
0answers
10 views
Routing wildcards to different apps in iis
I have an app that currently handles all domains pointed to the server. The app actually handles the routing to get the right content for the site. We are managing domains in the app vs iis so its ...
1
vote
0answers
96 views
Error 0x5011 in .NET3.5 c# using IIS7 and Windows Server
I am new to .NET development, usually working as a DBA.
I have developed a website in .NET 3.5 using c#. This website is for querying a database with password information. I believe the error lies in ...
2
votes
1answer
57 views
.NET Generic Redirect from Folder
I have a folder containing multiple ASPX files as such
folder/file1.aspx
folder/file2.aspx
folder/file3.aspx
etc..
I need to move these files to another folder and change their extension to static ...
3
votes
2answers
72 views
How can I simulate CORS on my LOCAL machine?
Is it possible ti create a web site in IIS7 which somehow could look like it sits in a different domain, so that from one of this site's pages I can test Cross-Origin-Resource-Sharing calls to a WCF ...
0
votes
0answers
23 views
How to access cached data in IIS7.?
How to I access the cached data in IIS7? I have enabled output caching.
Using "CacheForTimePeriod" policy.
I am caching large data,
for next request I want to search through cached data.
How can I ...
0
votes
1answer
62 views
Configuration file for managed Http Module
I have a custom HttpModule installed on IIS 7 and is working just fine. Now I want to put settings in a configuration file where I can change them without rebuilding a new module each time.
Where ...
0
votes
0answers
40 views
Is there a point to convert .net 2 web services to .net 4 in IIS7/7.5?
I had originally posted the following, admittedly loaded - question:
Feasibility of old .NET 3.5 webservices on IIS 7.5
Since then, I got a good start from the links at the end of this post. Based ...
0
votes
0answers
56 views
Http handler only working in debug mode
In part of our website, some content needs to be added from javascript. Since our site is bilingual, I wrote a simple http handler to insert the appropriate language into the js files from a resource ...
1
vote
0answers
65 views
Only HTTPS enabled in IIS for WCF Service but BasicHttpBinding configured with security disabled
Bindings for a WCF Service in IIS has been configured to use HTTPS only. The endpoint declaration in web.config is using BasicHttpBinding. The binding configuration has security disabled (Security = ...
0
votes
0answers
98 views
IIS 7 and chunk/stream file upload issue
I'm trying to upload a audio file through the WCF Rest services. We have a web player who can send the data to server by chunk while recording. We have to upload the large file so have choosen the ...
0
votes
1answer
80 views
.net iis7 website cookies stop working overnight
I have a .net 4, umbraco 4.7, website running on iis7.
The website uses cookies to track referrers to the website. These cookies work for a period of time, then they stop working after many hours. ...
0
votes
0answers
49 views
How to map relative paths on nested 'defaultDocument' in IIS7.0?
I'm trying to setup a page that is not in the application root as a default document via the defaultDocument configuration setting in the application web.config file, like this:
...





