473,320 Members | 2,107 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,320 software developers and data experts.

IMPOSSIBLE QUESTION

Hi folks,
I really wonder who will solve this proble.Because I have searched many web
sites (including MSDN.MICROSOFT.COM) and have found NO answer.

When I try to open a new ASP.NET project an error occurs like this:
http/1.1 500 server error

I have tried all things that microsoft suggested!!!
aspnet_regiis.exe -i
Uninstall IIS and reinstall progress
Uninstall framework 1.1 and reinstall progress
Remove ASP.NET user account and recreate it.
NOW I HAVE REMOVED ALL THINGS AND WAITING.WHAT SHOULD I DO?

Thanks for your attention

Nov 18 '05 #1
4 1438
Have you checked the server logs to see if there is a detailed error in
there? This error could very well have nothing to do with ASP.Net at all.
Normally it refers to an internal server error in IIS. Sometimes
re-installing IIS doesn't do it. It could very well be a permissions error
that is causing a problem when trying to create a new project, which
requires VS.Net contacting the FP Server Extensions in IIS and creating a
new FrontPage web.

What you can do is try open the IIS MMC and right-click on the virtual
server and select New | Virtual Directory, name the direvctory what you
want, then point the virtual directory a location for this directory on your
hard drive. Then, use the New | Server Extensions Web and name it the same
name as the virtual directory. Now, right-click onthe virtual server and
select All Tasks | Check Server Extensions. This will attempt to correct any
errant permissions that may exist. Repeat the same check extensions
procedure on the new subweb you have created. You can then try creating a
new ASP.Net web project at the virtual directory you just created.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"URGENT..Please" <UR**********@discussions.microsoft.com> wrote in message
news:8B**********************************@microsof t.com...
Hi folks,
I really wonder who will solve this proble.Because I have searched many
web
sites (including MSDN.MICROSOFT.COM) and have found NO answer.

When I try to open a new ASP.NET project an error occurs like this:
http/1.1 500 server error

I have tried all things that microsoft suggested!!!
aspnet_regiis.exe -i
Uninstall IIS and reinstall progress
Uninstall framework 1.1 and reinstall progress
Remove ASP.NET user account and recreate it.
NOW I HAVE REMOVED ALL THINGS AND WAITING.WHAT SHOULD I DO?

Thanks for your attention

Nov 18 '05 #2
Hi Mark,
thanks for your replying.
First of all I think my IIS is not working.Because when I write
http://localhost
then an error page is displaying.
I have tried all your suggestions and now another error message occured:
"Visual Studio detected that the specified web server is not running on
ASP.NET version 1.1.You will be unable to run ASP.NET web applications or
services"

Very very important and interesting thing is I just worked YESTERDAY with
this computer.
"Mark Fitzpatrick" wrote:
Have you checked the server logs to see if there is a detailed error in
there? This error could very well have nothing to do with ASP.Net at all.
Normally it refers to an internal server error in IIS. Sometimes
re-installing IIS doesn't do it. It could very well be a permissions error
that is causing a problem when trying to create a new project, which
requires VS.Net contacting the FP Server Extensions in IIS and creating a
new FrontPage web.

What you can do is try open the IIS MMC and right-click on the virtual
server and select New | Virtual Directory, name the direvctory what you
want, then point the virtual directory a location for this directory on your
hard drive. Then, use the New | Server Extensions Web and name it the same
name as the virtual directory. Now, right-click onthe virtual server and
select All Tasks | Check Server Extensions. This will attempt to correct any
errant permissions that may exist. Repeat the same check extensions
procedure on the new subweb you have created. You can then try creating a
new ASP.Net web project at the virtual directory you just created.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"URGENT..Please" <UR**********@discussions.microsoft.com> wrote in message
news:8B**********************************@microsof t.com...
Hi folks,
I really wonder who will solve this proble.Because I have searched many
web
sites (including MSDN.MICROSOFT.COM) and have found NO answer.

When I try to open a new ASP.NET project an error occurs like this:
http/1.1 500 server error

I have tried all things that microsoft suggested!!!
aspnet_regiis.exe -i
Uninstall IIS and reinstall progress
Uninstall framework 1.1 and reinstall progress
Remove ASP.NET user account and recreate it.
NOW I HAVE REMOVED ALL THINGS AND WAITING.WHAT SHOULD I DO?

Thanks for your attention


Nov 18 '05 #3
Hi again,
I have looked up to the event log.And found something like this:
---------------------------------------------------------------------
Microsoft FrontPage Server Extensions:
Error updating
'C:\DOCUME~1\ekrem\LOCALS~1\Temp\FrontPageTempDir\ _vti_inf.html' - didn't
find the WebPost/FrontPage section
-----------------------------------------------------------------------

What will I do Mark??

"Mark Fitzpatrick" wrote:
Have you checked the server logs to see if there is a detailed error in
there? This error could very well have nothing to do with ASP.Net at all.
Normally it refers to an internal server error in IIS. Sometimes
re-installing IIS doesn't do it. It could very well be a permissions error
that is causing a problem when trying to create a new project, which
requires VS.Net contacting the FP Server Extensions in IIS and creating a
new FrontPage web.

What you can do is try open the IIS MMC and right-click on the virtual
server and select New | Virtual Directory, name the direvctory what you
want, then point the virtual directory a location for this directory on your
hard drive. Then, use the New | Server Extensions Web and name it the same
name as the virtual directory. Now, right-click onthe virtual server and
select All Tasks | Check Server Extensions. This will attempt to correct any
errant permissions that may exist. Repeat the same check extensions
procedure on the new subweb you have created. You can then try creating a
new ASP.Net web project at the virtual directory you just created.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"URGENT..Please" <UR**********@discussions.microsoft.com> wrote in message
news:8B**********************************@microsof t.com...
Hi folks,
I really wonder who will solve this proble.Because I have searched many
web
sites (including MSDN.MICROSOFT.COM) and have found NO answer.

When I try to open a new ASP.NET project an error occurs like this:
http/1.1 500 server error

I have tried all things that microsoft suggested!!!
aspnet_regiis.exe -i
Uninstall IIS and reinstall progress
Uninstall framework 1.1 and reinstall progress
Remove ASP.NET user account and recreate it.
NOW I HAVE REMOVED ALL THINGS AND WAITING.WHAT SHOULD I DO?

Thanks for your attention


Nov 18 '05 #4
Two questions:

#1 Have you just installed SP1 for DotNetFramework?

#2 Had you changed your ASPNET users's password in the machine.config file
on your workstation?

If your machine.config file has a hardcoded password where it by default
would say AutoGenerate then this may be your problem. <processModel ...
userName="machine" password="AutoGenerate" />

I have not confirmed this yet, but I think installing SP1 re-autogenerates
the ASPNET users' password. So, you will need to go reset it back to
whatever you manually changed it to before to match your machine.config
(under processModel).

This is just my theory. I will find out for sure on Tuesday.

Greg
"URGENT..Please" <UR**********@discussions.microsoft.com> wrote in message
news:8B**********************************@microsof t.com...
Hi folks,
I really wonder who will solve this proble.Because I have searched many web sites (including MSDN.MICROSOFT.COM) and have found NO answer.

When I try to open a new ASP.NET project an error occurs like this:
http/1.1 500 server error

I have tried all things that microsoft suggested!!!
aspnet_regiis.exe -i
Uninstall IIS and reinstall progress
Uninstall framework 1.1 and reinstall progress
Remove ASP.NET user account and recreate it.
NOW I HAVE REMOVED ALL THINGS AND WAITING.WHAT SHOULD I DO?

Thanks for your attention

Nov 18 '05 #5

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

Similar topics

10
by: Chung Leong | last post by:
I'm just throwing this question out here as there hasn't been much discussion recently on the topic of shared hosting. Most people, it seems, just assume that it's secured. Companies don't sell...
4
by: Piotre Ugrumov | last post by:
I have tried to modify my exercise about the simulation of the life in the savannah. Now I have only 2 errors but I don't comprehend how resolve these errors. If I try to call the method getX() and...
21
by: Eric | last post by:
Hello all, I've got this line of given code (cannot change this; wizard-generated, but value may change someday): #define IDB_BUTTON 225 Somewhere in the code I found /...
4
by: David Sworder | last post by:
Hi there, I come from a Visual C++ background. When writing a service that's exposed to the Internet, I had to check the incoming data stream (from the client) VERY carefully. If a hacker was...
27
by: Greg Smith | last post by:
Hello, I have been given a programming task that falls into the "impossible" category with my current skill set. I am hoping somebody out there knows how to do this and can save my b-t. I...
0
by: Gianluca | last post by:
Is is true that it's impossible to write a C# wrapper for an IDispatch COM object that has more than one property with parameters? I tried everything I could think of and nothing works. You can...
4
by: Shawnk | last post by:
This post is intended to verify that true value semantics DO NOT EXIST for the Enum class (relative to boolean operations). If this is true then (thus and therefore) you can not design state...
3
by: Mel | last post by:
Is there a way of restricting operations such as links, buttons etc. to within the <DIV> only ? Let me clarify the problem a little. I am doing an AJAX like operation inside a DIV. I do a...
29
by: Ancient_Hacker | last post by:
It sure would be nice if I could have a macro that add a level of indirection to its argument. So if I write: AddIndirection( X ) The macro AddIndirection will do: #define X (*X) ...
8
by: Sin Jeong-hun | last post by:
With Windows Forms application, just setting the opacity to 0.5 gave me a 50% opaque normal styled (with the title bar, familiar three buttons, borders and resizable) window. Did the same thing to...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
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...
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)...
0
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...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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.