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

Replacement for IIS

adh
I have heard that there is a single machine replacement program for IIS.
Where can I find it? Does it work with VS.NET2003 ??
Thanks
Nov 21 '05 #1
9 1508
"adh" <av*****@adhsys.co.il> schrieb:
I have heard that there is a single machine replacement program for IIS.


Cassini
<URL:http://www.asp.net/Projects/Cassini/Download/>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Nov 21 '05 #2
Herfried, what's the difference between IIS and Cassani ASP.Net? I didn't
load IIS on my computer when I installed VS.Net 2003 and I understand that I
now have to uninstall VS.Net 2003 then install IIS then re-install VS.Net
2003. Is this correct?

"Herfried K. Wagner [MVP]" wrote:
"adh" <av*****@adhsys.co.il> schrieb:
I have heard that there is a single machine replacement program for IIS.


Cassini
<URL:http://www.asp.net/Projects/Cassini/Download/>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #3
adh


Thanks, adh

*** Sent via Developersdex http://www.developersdex.com ***
Nov 21 '05 #4

"Dennis" <De****@discussions.microsoft.com> wrote in message
news:A8**********************************@microsof t.com...
Herfried, what's the difference between IIS and Cassani ASP.Net? I didn't
load IIS on my computer when I installed VS.Net 2003 and I understand that
I
now have to uninstall VS.Net 2003 then install IIS then re-install VS.Net
2003. Is this correct?

Pardon the interruption.
You do not have to uninstall VS.NET 2003 in it's entirety. You can either:
1. Uninstall, then reinstall the .NET Framework to get it mapped to IIS, or
2. You can follow the instructions in Microsoft KnowledgeBase Article
#306005, which says in part:
"After you install the Microsoft .NET Framework Software
Development Kit (SDK) or Visual Studio .NET, Microsoft
Internet Information Service (IIS) mappings are created to
associate the new file extensions and settings for
ASP.NET. If
you did not have IIS installed when you ran the SDK or
Visual
Studio Setup, or if you uninstalled and reinstalled IIS
after
you ran the SDK or Visual Studio Setup, those settings
will
not be in place. You experience unexpected behavior when
you
try to view ASP.NET pages.

When you try to create a new ASP.NET Web application in
Visual
Studio .NET 2003, you receive the following error message:

Visual Studio .NET has detected that the specified Web
server
is not running ASP.NET version 1.1. You will be unable to
run
ASP.NET Web applications or services.
MORE INFORMATION
To fix IIS mappings for ASP.NET, follow these steps:
Run the Aspnet_regiis.exe utility:
Click Start, and then click Run.
In the Open text box, type cmd, and then press ENTER.
At the command prompt, type the following, and then
press
ENTER:
"%windir%\Microsoft.NET\Framework\version\aspnet_r egiis.exe"
-i
In this path, version represents the version number of
the
.NET Framework that you installed on your server. You
must
replace this placeholder with the actual version
number
when you type the command.
Register the Aspnet_isapi.dll:
Click Start, and then click Run.
In the Open text box, type the following, and then
press
ENTER:
regsvr32
%windir%\Microsoft.NET\Framework\version\aspnet_is api.dll
Regsvr32 returns the results of the registration.
REFERENCES
For more information about the Aspnet_regiis.exe utility,
run
this .exe file with -? as an argument.

For a description of the symptoms that are typically
related
to ASP.NET and IIS application mappings that are not
configured properly, click the following article number to
view the article in the Microsoft Knowledge Base:
325093 PRB: ASP.NET Pages Exhibit Unexpected Behavior
Because
the Server-Side Code Is Not Processed"

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Nov 21 '05 #5
Thanks. It looks easier to uninstall the .Net FrameWork then install IIs
then re-install the .Net FrameWork

"Peter van der Goes" wrote:

"Dennis" <De****@discussions.microsoft.com> wrote in message
news:A8**********************************@microsof t.com...
Herfried, what's the difference between IIS and Cassani ASP.Net? I didn't
load IIS on my computer when I installed VS.Net 2003 and I understand that
I
now have to uninstall VS.Net 2003 then install IIS then re-install VS.Net
2003. Is this correct?

Pardon the interruption.
You do not have to uninstall VS.NET 2003 in it's entirety. You can either:
1. Uninstall, then reinstall the .NET Framework to get it mapped to IIS, or
2. You can follow the instructions in Microsoft KnowledgeBase Article
#306005, which says in part:
"After you install the Microsoft .NET Framework Software
Development Kit (SDK) or Visual Studio .NET, Microsoft
Internet Information Service (IIS) mappings are created to
associate the new file extensions and settings for
ASP.NET. If
you did not have IIS installed when you ran the SDK or
Visual
Studio Setup, or if you uninstalled and reinstalled IIS
after
you ran the SDK or Visual Studio Setup, those settings
will
not be in place. You experience unexpected behavior when
you
try to view ASP.NET pages.

When you try to create a new ASP.NET Web application in
Visual
Studio .NET 2003, you receive the following error message:

Visual Studio .NET has detected that the specified Web
server
is not running ASP.NET version 1.1. You will be unable to
run
ASP.NET Web applications or services.
MORE INFORMATION
To fix IIS mappings for ASP.NET, follow these steps:
Run the Aspnet_regiis.exe utility:
Click Start, and then click Run.
In the Open text box, type cmd, and then press ENTER.
At the command prompt, type the following, and then
press
ENTER:
"%windir%\Microsoft.NET\Framework\version\aspnet_r egiis.exe"
-i
In this path, version represents the version number of
the
.NET Framework that you installed on your server. You
must
replace this placeholder with the actual version
number
when you type the command.
Register the Aspnet_isapi.dll:
Click Start, and then click Run.
In the Open text box, type the following, and then
press
ENTER:
regsvr32
%windir%\Microsoft.NET\Framework\version\aspnet_is api.dll
Regsvr32 returns the results of the registration.
REFERENCES
For more information about the Aspnet_regiis.exe utility,
run
this .exe file with -? as an argument.

For a description of the symptoms that are typically
related
to ASP.NET and IIS application mappings that are not
configured properly, click the following article number to
view the article in the Microsoft Knowledge Base:
325093 PRB: ASP.NET Pages Exhibit Unexpected Behavior
Because
the Server-Side Code Is Not Processed"

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.

Nov 21 '05 #6
ADH,

Are you looking for this product, although it is not a replacement for IIS
can this maybe create a confusion.
http://www.microsoft.com/PRODUCTS/in...8fd98&type=ovr
Cor
Nov 21 '05 #7
adh
To all the good guys that are helping,
First: Thanks,
Now after reading your answers I am a bit confused.
I wanted to bypass the IIS installation on my development machine
(security, memory, complications..you name it) so I heard about the
Cassini program and got the impression it is going to be an easy
replacement to the IIS and I still will be able to run sample programs
utilizing WEB services, or develope them and being able to run them on
the Cassine machine (with no need for the IIS).
So please:
1) Where am I wrong?
2) If not, assuming I have a clean bare XP-Pro machine - what is my
installation sequence??? !!!
3) I tried installing Cassini first, it claimes I have to compile it via
the build.bat batch file (remember no VS.NET installed yet...)
Without this compile it gave me errors (is this the reason?)
Thanks for helping out.
*** Sent via Developersdex http://www.developersdex.com ***
Nov 21 '05 #8
adh,

Just look in the add remove programs and in that in add windows components.
There is/are checkboxes to check for installing IIS.

To use Cassini on a XP pro is in my opinion madness

I hope this helps,

Cor
Nov 21 '05 #9
adh
OK, now AFTER I installed the IIS, I saw in:
..VB.NET\VBSourceKit\VB Resource Kit\ReadMe.rtf
the following:
Installation notes:
Cassini Web Server
The Cassini Web Server has been installed on your system (by the vbrkit
which is no more available). If IIS is not installed the Visual Basic
..NET Resource Kit site can be hosted by the Cassini Web Server.
To*view the*site*through the Cassini Web Server, click on the short cut
in Start -> All Programs -> Visual Basic .NET Resoure Kit - > VB.NET
ResourceKit.
Of course doing this now - Cassini is shouting that it has conflicts
with (my) running IIS, and that both are too much...

May I ask somebody from microsoft to clear things out so next time (who
knows) I (we) will do it the right way?
Thanks in advance.
Thanks, adh

*** Sent via Developersdex http://www.developersdex.com ***
Nov 21 '05 #10

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

Similar topics

5
by: Paul Miller | last post by:
We've run into minidom's inabilty to handle large (20+MB) XML files, and need a replacement that can handle it. Unfortunately, we're pretty dependent on a DOM, so a pulldom or SAX replacement is...
53
by: Kerberos | last post by:
I followed Dan Cederholm's image replacement tutorial, to replace a header tag by a logo. The h1 is clickable if no CSS is applied but it I replace it by the logo, the area isn't clickable anymore...
3
by: Vibha Tripathi | last post by:
Hi Folks, I put a Regular Expression question on this list a couple days ago. I would like to rephrase my question as below: In the Python re.sub(regex, replacement, subject)...
2
by: brian | last post by:
Hi, before coming to .NET, I utilized regular expressions mostly in JScript / JavaScript and also in my favorite text editor: TextPad (www.textpad.com) I don't know about JScript/JavaScript, but...
20
by: Paul D. Boyle | last post by:
Hi all, There was a recent thread in this group which talked about the shortcomings of fgets(). I decided to try my hand at writing a replacement for fgets() using fgetc() and realloc() to read...
3
by: Jeffrey D. Gordon | last post by:
I'm wanting to replace Field Values in an existing PDF, I've done this with PHP by doing a replace in the file. I've been able to read the file in a byte array in c# but all my attempts to...
3
by: chris | last post by:
Hallo, I am in need of a replacement for the Microsoft Visual Studio .NET. The reason is quiet simple. I develop forms which are used on different microsoft windows platform, and one...
1
by: lawrence k | last post by:
Want to replace the limit clause in a query, but can't get it right. What's wrong with this: $pattern = "(.*)limit (.*)"; $replacement = '$1'; $replacement .= "LIMIT $limit"; $replacement .=...
11
by: sam_cit | last post by:
Hi Everyone, I have the following question regarding string replacement pre-processor statement, #define status "23" #define status "44" int main() {
3
by: =?Utf-8?B?RHVrZSAoQU4yNDcp?= | last post by:
I've added a web deployment project and want to use the config section replacement but I'm obviously not understanding something. I have set up an alternate appSettings file,...
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...
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.