asp.net state service

K

Ken_Ohio

I am a software tester. I am working on an ASP.Net / C# web application.
It currently runs on a remote server and I have been testing it online.
Recently, we tried putting the app on my laptop computer.

My Dell laptop is running Vista Home Premium 32-bit.
I have 2005 Visual Studio and SQL Server.
I have the .Net Framework turned on.

The problem is that, when I try to run the app on my computer, I am getting
an error about the ASP.Net Session State.
My manager had me look in my Control Panel/Admin/Services to turn on ASP.Net
Session Service. But, it was not listed on the Services list.

This may be a rather simple question, but: Why don't I have this Service?
Does it have something to do with running 32-bit?

Ken
 
A

AZ Hiker

Ken:

You do have it this service.

Go back into your Control Panel --> "Turn on/off Windows Features" window
and look carefully at the listings. Make sure all of your little plus signs
are expanded and go to the following:

IIS (Internet Information Services) --> World Wide Web Services -->
Application Development Features --> ASP.NET

Make sure that the ASP.NET checkbox is checked. Then, check your services
list again to find ASP.Net State Service.

AZ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top