Questions tagged [iis-5]

IIS (Internet Information Services) Version 5 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Windows 2000.

IIS (Internet Information Services) Version 5 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Windows 2000.

See for more information.

216 questions
0
votes
1 answer

Unable to find V3.5 in IIS5.0

I am doing sample application on MVC when i run the application i am getting the following error Also in my IIS i am unable to find the version 3.5 even i am having 2008 installed on my pc so can any one tell how to rectify this problems
Developer
  • 8,390
  • 41
  • 129
  • 238
0
votes
1 answer

invalid mscorlib exception in custom security attribute c'tor

I'm trying to implement my custom security attribute. It's very simple for now [Serializable] [ComVisible(true)] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = true, Inherited = false)] public class…
Daniel Kabzon
  • 326
  • 2
  • 17
0
votes
3 answers

data context SubmitChanges() exit's code without exception - deployed .net mvc on iis5.1

I have just deployed my first application in .NET MVC and i'm having issues. I have resolved the iis 5.1 problems with the routing (If anyone is looking for this go here:…
Andrew
  • 9,967
  • 10
  • 64
  • 103
0
votes
1 answer

resolving urls to some other url for development purposes

I am working with both asp and asp.net pages together. I wanted to host the application in my local iis (v5.1) but later learned about iisexpress suits my needs. But irrespective of whether I use iis 5.1 or iis express I seem to have an issue. The…
deostroll
  • 11,661
  • 21
  • 90
  • 161
0
votes
1 answer

How to publish ASP.NET 3.5 on IIS 5.1?

I am using visual studio 2008 fo rasp .net 3.5 web development. I published the website and added virtual directory in IIS 5.1 built in windows xp. When i run the page, the following error is displayed. The XML page cannot be displayed Cannot view…
Ranjanmano
  • 135
  • 1
  • 4
  • 14
0
votes
0 answers

Visual Studio Just In Time Debugger exception

I am getting Visual Studio Just-In-Time Debugger exception: An unhandled exception (Subscript out of range: [number: 7]) occurred in inetinfo.exe [308] Previously my project was running perfectly. I did not make any change and suddenly now this…
asma
  • 2,795
  • 13
  • 60
  • 87
0
votes
1 answer

asp.net applications running without IIS

I have been using windows XP. I installed visual studio 2008 and sql server 2005. It has been removed suddenly due to some system corruption. I installed it again the visual studio 2008, IIS is not enabled in control panel too, but my applications…
jeni
  • 973
  • 4
  • 18
  • 32
0
votes
2 answers

WF4 delay/ resume in WorkflowServiceApplication on IIS5 and 6

I have my workflow hosted in a WorkflowServiceApplication running on IIS5 (production environment will be IIS6) with a persistence database. It's a request/approval service so there's a delay (a few days) whilst waiting for approval and if that…
Nix
  • 321
  • 8
  • 20
0
votes
1 answer

How can I Identify users on an internal site without requiring credentials?

Currently I am using windows authentication but several of the non technical users seem to have trouble entering their credentials when the browser requests them. The web app needs to be able to identify the users to keep track of their input…
Mike
  • 5,437
  • 7
  • 45
  • 62
0
votes
1 answer

ASP.net unable to access database outside domain

I have built a website using ASP.net 2.0, IIS 5.1 and SQL server 2000. Accessing the website from the localhost and the same domain as the server is working correctly. While accessing the website from an outside domain, will allow me to only access…
Ahmad Hajou
  • 1,289
  • 5
  • 22
  • 39
0
votes
1 answer

IIS 5.1 Default Website stopped after installing .net framework

I have .NET 4.0 installed along with .NET 2.0. When I used Open Website from VS2010 and tried to run using localhost, the operation failed saying VS was unable to set the mode to 2.0 and it will require manual efforts. I went ahead and in INETMGR I…
sajoshi
  • 2,733
  • 1
  • 18
  • 22
0
votes
1 answer

Error 500 in a ASP.NET MVC Application running on IIS 5 + Windows Server 2003

My page has an Ajax.BeginForm helper and when I submit this form, in localhost, I have success but, when I run the same page and try to submit my page on the server (Windows Server 2003 + IIS 5.0) I have a 500 Error. Somebody know why this happens…
0
votes
2 answers

Intellegencia urlrewriter is not working showing 404 page not found

These are some extracts from my web.config file on development server. Intelligencia URL was fine but when deployed on production(IIS 5 on both servers) it returns page not found(404 error) on every rewritten url except for one which has ~/(guid…
Zara_me
  • 268
  • 3
  • 17
0
votes
1 answer

Vbscript Set myVar = Nothing only errors on localhost

On a server running IIS6, vbscript/class asp code such as this works fine: Set myVar = Nothing I think it should error, as the variable is not Dim correctly and we are using <%Option Explicit%>. But it doesn't error. However running exactly the…
Alex KeySmith
  • 16,657
  • 11
  • 74
  • 152
0
votes
1 answer

error intGetting the windows user ID from hosted server in silverlight

In my Silverlight application, I am trying to get the logged windows user id in xxx.web project of xxxx.aspx page by using code and am…
Prabhakaran
  • 1,264
  • 2
  • 20
  • 47