473,326 Members | 2,081 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

ASP.Net and IIS error message

After I have installed Visual Studio I get a message in internet explorer on
every page in my site saying Service Unavailable. It also happens when I run
aspnet_config or whatever it is called. It is fixed if I reinstall IIS but
then in Visual Studio when i start a new web project it says i need to
install ASP.Net on the server. I do this with aspnet_config and it doesnt
work.
I think it may be because my computer is running Windows XP Pro 64-bit, so i
need a 64-bit version of ASP.net for IIS. If this is the case could someone
give me a link to this?

Thanks in advance.
Nov 19 '05 #1
5 1156
The .Net Framework SDK is available in x64 and IA64 versions here :

http://msdn.microsoft.com/netframewo...s/default.aspx

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"JSmith" <do*************@please.dont> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
After I have installed Visual Studio I get a message in internet explorer on every page
in my site saying Service Unavailable. It also happens when I run aspnet_config or
whatever it is called. It is fixed if I reinstall IIS but then in Visual Studio when i
start a new web project it says i need to install ASP.Net on the server. I do this with
aspnet_config and it doesnt work.
I think it may be because my computer is running Windows XP Pro 64-bit, so i need a
64-bit version of ASP.net for IIS. If this is the case could someone give me a link to
this?

Thanks in advance.

Nov 19 '05 #2
PL

I'm running ASP.NET 2.0 on Windows XP x64 edition without any issues.

Did you run the aspnet_regiis or open the ASP.NET panel in IIS
and set your site to use ASP.NET 2.0 ?

Note that there seem to be a bug to prevent the ASP.NET panel from being installed
but you can use the aspnet_regiis on the command prompt instead.

Also, you need to allow ASP.NET 2.0 under "Web Service Extensions".

PL.

"JSmith" <do*************@please.dont> skrev i meddelandet news:%2****************@TK2MSFTNGP10.phx.gbl...
After I have installed Visual Studio I get a message in internet explorer on every page in my site saying Service Unavailable. It
also happens when I run aspnet_config or whatever it is called. It is fixed if I reinstall IIS but then in Visual Studio when i
start a new web project it says i need to install ASP.Net on the server. I do this with aspnet_config and it doesnt work.
I think it may be because my computer is running Windows XP Pro 64-bit, so i need a 64-bit version of ASP.net for IIS. If this is
the case could someone give me a link to this?

Thanks in advance.

Nov 19 '05 #3
PL,

the problem is that he installed the 32-bit version on his 64-bit box.

Depending on the hardware, that might run...or not.
Some 64-bit systems run 32-bit software. Others don't.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"PL" <pb****@yahoo.se> wrote in message news:eW**************@tk2msftngp13.phx.gbl...

I'm running ASP.NET 2.0 on Windows XP x64 edition without any issues.

Did you run the aspnet_regiis or open the ASP.NET panel in IIS
and set your site to use ASP.NET 2.0 ?

Note that there seem to be a bug to prevent the ASP.NET panel from being installed
but you can use the aspnet_regiis on the command prompt instead.

Also, you need to allow ASP.NET 2.0 under "Web Service Extensions".

PL. "JSmith" <do*************@please.dont> skrev i meddelandet
news:%2****************@TK2MSFTNGP10.phx.gbl...
After I have installed Visual Studio I get a message in internet explorer on every page
in my site saying Service Unavailable. It also happens when I run aspnet_config or
whatever it is called. It is fixed if I reinstall IIS but then in Visual Studio when i
start a new web project it says i need to install ASP.Net on the server. I do this with
aspnet_config and it doesnt work.
I think it may be because my computer is running Windows XP Pro 64-bit, so i need a
64-bit version of ASP.net for IIS. If this is the case could someone give me a link to
this?

Thanks in advance.


Nov 19 '05 #4
I am using other software that is 32-bit fine. Also where can I get ASP.NET
2.0? I am only installing it through aspnet_regiis.
Thanks.
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:Op**************@tk2msftngp13.phx.gbl...
PL,

the problem is that he installed the 32-bit version on his 64-bit box.

Depending on the hardware, that might run...or not.
Some 64-bit systems run 32-bit software. Others don't.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"PL" <pb****@yahoo.se> wrote in message
news:eW**************@tk2msftngp13.phx.gbl...

I'm running ASP.NET 2.0 on Windows XP x64 edition without any issues.

Did you run the aspnet_regiis or open the ASP.NET panel in IIS
and set your site to use ASP.NET 2.0 ?

Note that there seem to be a bug to prevent the ASP.NET panel from being
installed
but you can use the aspnet_regiis on the command prompt instead.

Also, you need to allow ASP.NET 2.0 under "Web Service Extensions".

PL.

"JSmith" <do*************@please.dont> skrev i meddelandet
news:%2****************@TK2MSFTNGP10.phx.gbl...
After I have installed Visual Studio I get a message in internet
explorer on every page in my site saying Service Unavailable. It also
happens when I run aspnet_config or whatever it is called. It is fixed
if I reinstall IIS but then in Visual Studio when i start a new web
project it says i need to install ASP.Net on the server. I do this with
aspnet_config and it doesnt work.
I think it may be because my computer is running Windows XP Pro 64-bit,
so i need a 64-bit version of ASP.net for IIS. If this is the case could
someone give me a link to this?

Thanks in advance.



Nov 19 '05 #5
re:
I am using other software that is 32-bit fine.
In that case, ASP.NET 32-bit should work fine, too.

re: Also where can I get ASP.NET 2.0? I am only installing it through aspnet_regiis.
As mentioned before, you can download and install
the .Net Framework in x64 and IA64 versions here :

http://msdn.microsoft.com/netframewo...s/default.aspx

You will need to *uninstall* completely the 32-bit
version before you install the 64bit version.

Use Windows "Add or Remove Programs" to uninstall the 32-bit Framework.


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"JSmith" <do*************@please.dont> wrote in message
news:uX**************@TK2MSFTNGP09.phx.gbl...I am using other software that is 32-bit fine. Also where can I get ASP.NET 2.0? I am
only installing it through aspnet_regiis.
Thanks.
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:Op**************@tk2msftngp13.phx.gbl...
PL,

the problem is that he installed the 32-bit version on his 64-bit box.

Depending on the hardware, that might run...or not.
Some 64-bit systems run 32-bit software. Others don't.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"PL" <pb****@yahoo.se> wrote in message news:eW**************@tk2msftngp13.phx.gbl...

I'm running ASP.NET 2.0 on Windows XP x64 edition without any issues.

Did you run the aspnet_regiis or open the ASP.NET panel in IIS
and set your site to use ASP.NET 2.0 ?

Note that there seem to be a bug to prevent the ASP.NET panel from being installed
but you can use the aspnet_regiis on the command prompt instead.

Also, you need to allow ASP.NET 2.0 under "Web Service Extensions".

PL.

"JSmith" <do*************@please.dont> skrev i meddelandet
news:%2****************@TK2MSFTNGP10.phx.gbl...
After I have installed Visual Studio I get a message in internet explorer on every
page in my site saying Service Unavailable. It also happens when I run aspnet_config
or whatever it is called. It is fixed if I reinstall IIS but then in Visual Studio
when i start a new web project it says i need to install ASP.Net on the server. I do
this with aspnet_config and it doesnt work.
I think it may be because my computer is running Windows XP Pro 64-bit, so i need a
64-bit version of ASP.net for IIS. If this is the case could someone give me a link
to this?

Thanks in advance.



Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Rod | last post by:
I have been working with ASP.NET 1.1 for quite a while now. For some reason, opening some ASP.NET applications we wrote is producing the following error message: "The Web server reported...
0
by: iKiLL | last post by:
Hi All Code Below for this problem ERROR: "An existing connection was forcibly closed by the remote host"
2
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
4
by: Queen Soso | last post by:
hi all, I have this error when I click delete link in the gridview: 'unable to cast object of type 'ASP.WebForm1_aspx' to type "system.Web.UI.WebControls.GridviewRow' I really need help as...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.