473,385 Members | 1,356 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,385 software developers and data experts.

webdev.webserver fails to start

I had a problem with this a couple months ago and managed to get it
working. This included poking a few holes in BlackIce and disabling a
feature (BOP) in McAfee Virus Scan. This was a test case, and the
ports were blocked until permission was granted to use this solution.

Now I've got the ports open, and what was working two months ago no
longer works. BlackIce was disabled to no noticeable effect. We've
been on the phone with MS Tech Support and they're not getting us
anywhere. Any suggestions, clues, etc. would be appreciated.

tia
Chris

Apr 26 '07 #1
5 1767
Can you switch to IIS development? It would solve all of these problems. If
you are on XP Pro or Vista Business, Enterprise or Ultimate, you can add IIS
to your dev box.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*********************************************
Think outside the box!
*********************************************
"oaksong" <oa*****@hotmail.comwrote in message
news:11**********************@c18g2000prb.googlegr oups.com...
>I had a problem with this a couple months ago and managed to get it
working. This included poking a few holes in BlackIce and disabling a
feature (BOP) in McAfee Virus Scan. This was a test case, and the
ports were blocked until permission was granted to use this solution.

Now I've got the ports open, and what was working two months ago no
longer works. BlackIce was disabled to no noticeable effect. We've
been on the phone with MS Tech Support and they're not getting us
anywhere. Any suggestions, clues, etc. would be appreciated.

tia
Chris
Apr 26 '07 #2
On Apr 26, 2:41 pm, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamMwrote:
Can you switch to IIS development? It would solve all of these problems. If
you are on XP Pro or Vista Business, Enterprise or Ultimate, you can add IIS
to your dev box.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBAhttp://gregorybeamer.spaces.live.com

*********************************************
Think outside the box!
*********************************************"oaks ong" <oaks...@hotmail.comwrote in message

news:11**********************@c18g2000prb.googlegr oups.com...
I had a problem with this a couple months ago and managed to get it
working. This included poking a few holes in BlackIce and disabling a
feature (BOP) in McAfee Virus Scan. This was a test case, and the
ports were blocked until permission was granted to use this solution.
Now I've got the ports open, and what was working two months ago no
longer works. BlackIce was disabled to no noticeable effect. We've
been on the phone with MS Tech Support and they're not getting us
anywhere. Any suggestions, clues, etc. would be appreciated.
tia
Chris
In my environment IIS is not an option.

Apr 27 '07 #3
re:
In my environment IIS is not an option.
You might want to try Cassiniv2 to host your test development.

Direct link to the source files:
http://blogs.msdn.com/dmitryr/attachment/548131.ashx

You also need the v2.0 version of GACUTIL which should
be installed by default with VWD Express or VS 2005.

Make sure you read the "ReadMe.txt" file included in the zipped source.


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/
===================================
"oaksong" <oa*****@hotmail.comwrote in message
news:11**********************@r30g2000prh.googlegr oups.com...
On Apr 26, 2:41 pm, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamMwrote:
>Can you switch to IIS development? It would solve all of these problems. If
you are on XP Pro or Vista Business, Enterprise or Ultimate, you can add IIS
to your dev box.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBAhttp://gregorybeamer.spaces.live.com

*********************************************
Think outside the box!
*********************************************"oak song" <oaks...@hotmail.comwrote in message

news:11**********************@c18g2000prb.googleg roups.com...
>I had a problem with this a couple months ago and managed to get it
working. This included poking a few holes in BlackIce and disabling a
feature (BOP) in McAfee Virus Scan. This was a test case, and the
ports were blocked until permission was granted to use this solution.
Now I've got the ports open, and what was working two months ago no
longer works. BlackIce was disabled to no noticeable effect. We've
been on the phone with MS Tech Support and they're not getting us
anywhere. Any suggestions, clues, etc. would be appreciated.
tia
Chris

In my environment IIS is not an option.


Apr 27 '07 #4
It turned out that there was another BOP (buffer overflow protection)
in operation. It was in services under ISS (aka Black Ice). BOP
effectively busies out the ports, which was what I recognized was the
problem but didn't know what was causing the problem. By turning that
off, webdev.webserver became operational.
On Apr 27, 8:57 am, "Juan T. Llibre" <nomailrepl...@nowhere.com>
wrote:
re:
In my environment IIS is not an option.

You might want to try Cassiniv2 to host your test development.

Direct link to the source files:http://blogs.msdn.com/dmitryr/attachment/548131.ashx

You also need the v2.0 version of GACUTIL which should
be installed by default with VWD Express or VS 2005.

Make sure you read the "ReadMe.txt" file included in the zipped source.

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/
==================================="oaksong" <oaks...@hotmail.comwrote in message

news:11**********************@r30g2000prh.googlegr oups.com...
On Apr 26, 2:41 pm, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamMwrote:
Can you switch to IIS development? It would solve all of these problems. If
you are on XP Pro or Vista Business, Enterprise or Ultimate, you can add IIS
to your dev box.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBAhttp://gregorybeamer.spaces.live.com
*********************************************
Think outside the box!
*********************************************"oaks ong" <oaks...@hotmail.comwrote in message

May 15 '07 #5
Interesting!

Thanks for the update!


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/
======================================
"oaksong" <oa*****@hotmail.comwrote in message
news:11**********************@u30g2000hsc.googlegr oups.com...
It turned out that there was another BOP (buffer overflow protection)
in operation. It was in services under ISS (aka Black Ice). BOP
effectively busies out the ports, which was what I recognized was the
problem but didn't know what was causing the problem. By turning that
off, webdev.webserver became operational.
On Apr 27, 8:57 am, "Juan T. Llibre" <nomailrepl...@nowhere.com>
wrote:
re:
In my environment IIS is not an option.

You might want to try Cassiniv2 to host your test development.

Direct link to the source files:http://blogs.msdn.com/dmitryr/attachment/548131.ashx

You also need the v2.0 version of GACUTIL which should
be installed by default with VWD Express or VS 2005.

Make sure you read the "ReadMe.txt" file included in the zipped source.

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/
==================================="oaksong" <oaks...@hotmail.comwrote in message

news:11**********************@r30g2000prh.googlegr oups.com...
On Apr 26, 2:41 pm, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamMwrote:
Can you switch to IIS development? It would solve all of these problems. If
you are on XP Pro or Vista Business, Enterprise or Ultimate, you can add IIS
to your dev box.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBAhttp://gregorybeamer.spaces.live.com
*********************************************
Think outside the box!
*********************************************"oaks ong" <oaks...@hotmail.comwrote in message


May 15 '07 #6

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

Similar topics

1
by: JazerB8 | last post by:
I am using VS.NET 2005 Beta 2 and I am trying to use the built in development Web server (WebDev.WebServer.exe) to run and debug my ASP.NET app locally. However, when I start the project either in...
1
by: Martin Olson | last post by:
is there a way to get the WebDev.WebServer for VS2005 to process server side includes??? thanks for your help on this, mo
0
by: David Hubbard | last post by:
I am running WebDev.WebServer from a batch file like this: start /B WebDev.WebServer /port:4131 /path:C:\MySite /vpath:/MySite when you double click on the batch file a separate command prompt...
0
by: David Hubbard | last post by:
I am developing a small web site for a club using asp.net 2.0. I am tyring to run test versions of the site on a system that does not have vs 2005 on it nor does it need it. To do this I run...
0
by: Jakob Lithner | last post by:
I use VS 2005 and ASP.Net. For conveniance I use the inbuilt webserver, but recently I have encountered a lot of problem. When I debug it sometimes takes extremely long time to launch the...
2
by: brent.adkisson | last post by:
I am trying to use the ads web starter kit with sql2000. I have migrated the database and all of the .net membership tables to my database. I can connect and see the data through the visual web...
0
by: doeke.zanstra | last post by:
When I run my webapp, IIS 5.1 (XP) is behaving different from WebDev.WebServer (Visual Studio Development Server). I use Windows authentication, and want to restrict access to a certain group. I do...
1
by: swissclash79 | last post by:
Good morning everybody I have a question regarding configuring mappings in the development webserver. I am currently implementing a proxy server that is lied between the clients and a customer's...
0
by: =?Utf-8?B?VGhvbWFzIFR1dGtv?= | last post by:
An ASP.NET web project has recently began crashing WebDev.WebServer.exe with a System.Runtime.InteropServices.SEHException. The EventLog for the crash looks like this: Application ID:...
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.