0
votes
1answer
20 views

UrlRewriting.net move to IIS7

On my ASP.NET site, I used UrlRewriting.net on win 2003, IIS6 (http://www.urlrewriting.net/), now server updated to win 2008 with IIS7 and it doesn't work, when try to open rewritten url, error says ...
0
votes
0answers
39 views

IIS 6 Web-Services not working

I implemented my web app on a server running IIS 6 and now all the web services that my application has stopped running. When I see the logs files, says the following message: The file / WS / ...
0
votes
1answer
42 views

why 500 Internal Server Error occurs?

Hi All, Actually I have a web application build using classic asp and vb script, along with MS-Access 2003 hosted on IIS 6.0. It is running fine. Now I have shifted it to on IIS 7.0 and database ...
0
votes
1answer
190 views

How to access multiple website using different bindings on IIS 7.5

How can I access different websites hosted on my local IIS 7.5 (using different bindings) from my ipv4 address? My system32\drivers\etc\host file has my binding names mapped to 127.0.0.1 In IIS, I ...
0
votes
1answer
42 views

MemoryStream download fails from IIS6 to IIS7

We are converting from IIS6 to IIS7 and all has went very well except our download section. What happens is the download is initiated, but it appears a redirect is taking place and our default.aspx ...
0
votes
3answers
47 views

WCF developed in 4.0

I have developed my WCF in 4.0 and still it is hosted in IIS 7. Suddenly the Client requirement changes and now wants to host in IIS 6. Will I face some hosting problem?
3
votes
3answers
288 views

Secure LDAP Authentication Issue

I am using the following C# code in the code behind of a webform deployed in an ASP.NET 4 (4.0.30319) application pool on Server1 and Server2. PrincipalContext pc = new ...
0
votes
1answer
32 views

How do I make the creation of an anonymous user conditional for IIS6, but not IIS7 in WIX?

I'm upgrading an old WiX installer that was made for IIS6 to work in IIS7. We create an anonymous user and assign that user to the WorkerProcessGroup, however, in IIS7 that isn't necessary and the ...
0
votes
1answer
94 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
1answer
179 views

C# create IIS App pool & Website for both IIS-6 & IIS-7

How to create IIS App Pool & Website in C# but I am looking for a common code which will work both in IIS-6 & IIS-7. If it is not feasible then let me know how can I know which IIS is running ...
0
votes
1answer
169 views

Crystal reports /IIS error, after I moved WEB from IIS6 to IIS 7

I try to move WEB site from 32 bit Windows 2003 to 64 bit Windows 2008. Old server has CR for .net framework 2.0 (10.2.3600.0). I installed on new server CR for .net (13.0.2000.0) and all my reports ...
0
votes
0answers
209 views

Session Handling Difference between IIS6 & IIS7

Currently I am running IIS6 and to extend the Session of a user, we would do a request to the IIS6 via a javascript. This request is done to retrieve a page that does not exist but this is able to ...
0
votes
1answer
63 views

IIS 6 weird behavior with Local Path over Windows 2003 Server

I have a site who needs to be pointed to: inetpub\wwwroot\cakephp\app\webroot\ If I point the "Default Web Site" to that directoy, my web application works perfectly. Now, as I want to add more ...
0
votes
0answers
51 views

Wampserver vs IIS6 security

This might be a bit general question, but I have to be sure of building a secure web site and I have doubts about Wamp as i have never used it before. I am having troubles to work with IIS6 and ...
1
vote
0answers
64 views

Feasibility of old .NET 3.5 webservices on IIS 7.5

We have some old webservices that target .NET 3.5, and are running in IIS6 on 2003 Server boxes. We would like to migrate to IIS 7.5 on 2008 R2 and take advantage of the Integrated Pipeline in IIS 7. ...
0
votes
1answer
73 views

IIS 7 to IIS 6 - difference in OS

Our windows dev machines have Windows 7 OS and IIS 7. If we do development in this environment, and production environment is W 2003 and IIS 6. What options do I have to move my development to ...
0
votes
2answers
117 views

Writing to IIS using Command Line

I am trying to install application using a script. This application creates a virtual directory under Default Web Site in IIS. I have written this script. Is this right script or i am missing some ...
0
votes
2answers
113 views

Windows Batch Scripts

I have written a windows batch command as follows to install a application silently msiexec /q /i ZFPSetup.msi WIXUI_INSTALLDIR="C:\GEHC\" TARGETVDIR="ZFP" WIXUI_EXITDIALOGOPTIONALCHECKBOX=1 /l*v ...
0
votes
1answer
54 views

LoadLibraryEx returns 0 in c# when the code was deployed on IIS 6.0 in windows server 2003 box

I am getting the return value of LoadLibraryEx as "0" after my webservice code has been deployed on IIS 6.0 which is on windows server 2003 box. I have the original code in windows xp(local) which is ...
2
votes
1answer
378 views

Get system logged in username in c# that also works in IIS

I thought its simple to get the logged in username, in fact, it works fine with most of the responses available on stack overflow but when I publish the website all method fails. Can anybody please ...
0
votes
1answer
214 views

Giving writing permissions for IIS user at Windows 2003 Server

I am running a website over Windows 2003 Server and IIS6 and I am having problems to write or delete files in some temporary folder obtaining this kind of warmings: Warning: ...
1
vote
0answers
125 views

Can any one explain:How to hide the extension of Home page(page which get loaded first) using URL rewriting

Link: http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx Sample Code is given on same link under bellow heading. Approach 3: Using an HttpModule to Perform ...
2
votes
0answers
171 views

IIS 6 Performance monitor

I want to get the active user sessions for a particular website. I am using Performance Monitor to get the current active sessions of an IIS6 website. The active session counter gives me the session ...
0
votes
1answer
130 views

Mixing C# and classic ASP with virtual directories

I've been tasked with moving an old classic ASP application from an IIS6 to an IIS7 server, and while doing so I should also make it possible for us to make new pages in asp.net (Will be mostly ashx ...
0
votes
1answer
95 views

URL Rewriting (IIS) - how to represent an url pattern in match tag

I have a url rewrite rule for my IIS 7 server which is following: <rewrite> <rules> <rule name="topcontent"> <match url=".*"> <action ...
0
votes
0answers
483 views

HTTP Error 503. The service is unavailable. Reporting services

I have an issue publishing reports to external users of my company. Previously it was working good, but we did some changes and now it shows the 503 error Service unavaible. The change was put the ...
0
votes
2answers
131 views

Does Wix3.6 support IIS6 and IIS7 simultaneously?

I intend to write a wix setup that supports IIS6 and IIS7+. Does the IIS extension of Wix3.6 support both? That means write once, run on both? Or should I write for each server version separate code ...
3
votes
1answer
104 views

My website crashes without the PDB files

I have a web application that works fine on my development machine but when I install it on another machine, it just crashes on one of the new methods I added to a DLL. Looking deeper into it, the ...
0
votes
3answers
1k views

Session time out setting in ASP.Net

I have set session time out to 9 hours in web.config file something like this: “<sessionState mode="InProc" timeout="540" /> But often users complain that they are facing time out in less ...
0
votes
1answer
53 views

Microsoft.Web name space missed in XP

am trying to use ServerManager class but I found that "Microsoft.Web.Administration" and "Web.Management.Server" are not found on XP OS. Any help to download Microsoft.Web.Management dll or any other ...
0
votes
0answers
137 views

asp error, typelib not found 0223

error message in failedrequestlog LineNumber 1 ErrorCode ASP 0223 Description TypeLib Not Found I migrated an old asp based website from iis6 to iis7. I repeatedly get this error. And the funny ...
0
votes
1answer
67 views

Why does IIS7 not accept a multiple level path in a virtual path - possible UI bug?

In IIS7 you can't create a virtual path like so: \SubFolder1\SubFolder2 as a virtual path. We had this set-up in IIS6 ok, but IIS7 doesn't accept \ symbols in the alias field. The only way I ...
0
votes
0answers
78 views

Auth on servicestack works locally and on iis7 , but fails on iis6

I have implemented a basic servicestack-service decorated it with the [Authenticate(ApplyTo.All)] setup the minimum configuration needed to get Basic Authentication (see this) The service is ...
0
votes
0answers
56 views

receiving ApplicationPool-Names for website hostet on IIS7 (7.5 or 6) always returning the DefaultAppPool

long story short: I got several websites on my IIS7 (7.5 or 6) with different ApplicationPools. I want to know the AppPool-Name for each website. This is my code: Dim IIS As ...
1
vote
0answers
219 views

Got 404 error when rewrite URL using UrlRewritingNet in IIS 7

I using UrlRewritingNet dll from http://www.urlrewriting.net/ But I got the 404.0 not found error: Module IIS Web Core Notification MapRequestHandler Handler StaticFile Error Code 0x80070002 ...
1
vote
1answer
2k views

Is it possible to install IIS 7.5 or 7 on windows8

Is it possible to install IIS 7.5 or 7 on windows 8?
0
votes
1answer
245 views

How to scale asp.net mvc app and wcf service independently

I have ASP.NET web apps and 1 wcf web service. I would like to deploy them to Azure so that they can scale out/up independently. i.e. i can give small VM to mvc apps and give big VM & more ...
0
votes
0answers
70 views

Command to add IIS6 Management Compatibility role in IIS7

I have tried adding IIS6 Management Compatibility role in IIS7 through the following command but it is not working. For rest of the roles same format have worked. Any ideas? Used commands: start /w ...
0
votes
1answer
165 views

How do I know my website is hosting in IIS6 or IIS7?

My ASP.NET MVC site needs to be running in either IIS6 or IIS7, I need to a url with a suffix of ".mvc" when its running in IIS6. I know I could add an AppSetting but is there away to know if the ...
0
votes
1answer
125 views

IIS6 isn't supported by powershell and upgrades cost money. Alternatives?

As part of our .NET deployment process we'd like to make a new website on IIS. The idea is to be able to run another set of smoke tests before making a site live - plus being able to immediately roll ...
1
vote
1answer
140 views

How do I move 301 redirects from IIS 6 to IIS 7?

I'm moving a site from Windows Server 2003/ IIS6 to Windows Server 2008 R2/ IIS7. Assuming it can be done, how do I move the 301 redirects from the IIS 6 installation to the new IIS 7 installation? ...
0
votes
0answers
110 views

Integrating ASP.Net Webforms website with an ASP.Net MVC web application gives error

we have an ASP.net MVC website for e.g. www.website.com and have several other webform applications which are products and can run on asp.net 4.0 which we need to set up as virtual applications under ...
0
votes
0answers
61 views

How to configure Map drive in IIS?

I need to configure my map drive in IIS6. How can i do that? I am using IIS6 and Windows 7. I have tried to google it. However not getting any good link (may be not good R&D) Can anyone please ...
0
votes
0answers
137 views

Mapping UNC path on iis7

I have a server with IIS 7 and a server with IIS6. On the IIS6 server there is some data(images) which i would like to access as a virtual directory on the IIS7 server. I have created a users on ...
0
votes
2answers
144 views

IIS virtual directory pointing to wordpress blog hosted on another computer

I have a windows box (which hosts www.example.com) and a linux box (which hosts wordpress blog). Is there a way I can create a virtual directory on the windows box - so that when a user accesses ...
0
votes
0answers
61 views

Restrict to serve pages In IIS website

I have multiple websites which points to one directory. I have different pages which shouldn't serve to another site. How should i restrict to not to serve when user type page name in URL? For e.g. I ...
0
votes
1answer
2k views

Redirect http to https in default.aspx

our site address is like "http://members.XXX.XX", so I want to redirect to the "https://members.XXX.XX" no matter user type "members.XXX.XX" or "http://members.XXX.XX", here is my code, and i put it ...
0
votes
1answer
224 views

recycling of application pool every 5 minutes [closed]

Because of unknown problem, the RAM of my server increases to 16Gb and more. When I recycle the application pool, the RAM decreases back to under 1Gb. I have to recycle the application pool every 5 ...
0
votes
0answers
104 views

How do I restrict page access in IIS based on access count?

We have an internal user who has developed a few scripts to poll some of our internal tools at short intervals, such as every three seconds. The user has spread the scripts (JS-based) to other ...
1
vote
2answers
1k views

IIS 7 not showing errors in Classic ASP. IIS 6 Does

We have a legacy website written in classic asp. We had it hosted on iis6. Whenever there was an error it would send the details and description of the error to the client. Thing is that after we ...

1 2 3 4 5