 |
BOOK: Beginning ASP.NET 4.5 : in C# and VB
 | This is the forum to discuss the Wrox book Beginning ASP.NET 4.5: in C# and VB by Imar Spaanjaars; ISBN: 978-1-118-31180-6 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 4.5 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

January 25th, 2013, 11:36 PM
|
Friend of Wrox
|
|
Join Date: May 2011
Posts: 411
Thanks: 13
Thanked 7 Times in 7 Posts
|
|
IIS question
Currently when you install VS 2012, you get a default version of IIS express? Is that same the same as Casini which you got with VS 2010? If you already have IIS installed on a windows 7 box, will the two IIS versions clash at runtime or fight for control? On regular IIS you can configure SMTP server, can you do the same for IIS express, what is the interface if any between IIS express and SMTP server?
|

January 26th, 2013, 09:15 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
Just as before: please start new threads for new questions. In the post below you're asking many different questions covering multiple topics. Also, since it's not directly related to my book, you're better off posting in the General category here: http://p2p.wrox.com/asp-net-4-5-709/ as you'll attract more viewers.
That said:
Quote:
Currently when you install VS 2012, you get a default version of IIS express?
|
Indeed.
Quote:
Is that same the same as Casini which you got with VS 2010?
|
No, it's not. That one was called the Development Web Server, while IIS Express is much closer to the real IIS.
Quote:
If you already have IIS installed on a windows 7 box, will the two IIS versions clash at runtime or fight for control?
|
No
Quote:
On regular IIS you can configure SMTP server, can you do the same for IIS express,
|
No.
Quote:
what is the interface if any between IIS express and SMTP server?
|
Not sure what you mean. You would either install an SMTP server from the real IIS, use an external server, or drop mail locally as explained in my book.
Imar
|

September 9th, 2013, 10:56 PM
|
Authorized User
|
|
Join Date: Aug 2012
Posts: 39
Thanks: 4
Thanked 1 Time in 1 Post
|
|
Chapter 19 - Deploying Your Website
Quick questions along these lines.
1) Clarificaiton: Does this Chapter primarily instruct in deployment on IIS 8? It appears like it applies to both 7.5 and 8.0.
2) Since VS2012 ships with II8, shouldn't that mean that the project should be deployed on a production server that has 8.0?
From my research, you cannot install 8.0/8.5 on Windows Server 2008R2. So if you're web server is a Windows Server 2008R2 machine with the web server role of 7.5 set up, will this project (or any project built in VS2012) deploy successfully and work as intended?
Any clarification here would be useful and appreciated.
Thank you.
|

September 10th, 2013, 01:54 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
Quote:
Does this Chapter primarily instruct in deployment on IIS 8? It appears like it applies to both 7.5 and 8.0.
|
It shows screenshots of 8, but they also apply to earlier versions. Page 749 says:
Quote:
Most of the steps in Windows 8 are identical to those in Windows 7, Windows Server 2008 R2, and Windows Server 2012. However, the screens you see in the following exercise are taken in Windows 8 and are slightly different on the other operating systems.
|
Quote:
Since VS2012 ships with II8, shouldn't that mean that the project should be deployed on a production server that has 8.0?
|
Nope. ASP.NET 4.5 applications run on older versions of IIS as well, such as 7.x. It's the .NET Framework 4.5 version that makes the difference
Quote:
From my research, you cannot install 8.0/8.5 on Windows Server 2008R2. So if you're web server is a Windows Server 2008R2 machine with the web server role of 7.5 set up, will this project (or any project built in VS2012) deploy successfully and work as intended?
|
Yes, see previous question. ASP.NET 4.5 sites can be run on IIS 7.x as well.
Cheers,
Imar
|

September 10th, 2013, 09:05 AM
|
Friend of Wrox
|
|
Join Date: May 2011
Posts: 411
Thanks: 13
Thanked 7 Times in 7 Posts
|
|
Yep and nope?
Yep and nope? Your responses on this blog seem to be punctuated with a lot of yeps and hopes? That is the same kind of dialog you hear in Hollywood Texas Cowboy western movies. Have you gone Texan on us Imar?
Have a good day :-)
|

September 10th, 2013, 09:50 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Indeed. Nothing else to do? ;-)
Imar
|

October 29th, 2015, 09:00 PM
|
Registered User
|
|
Join Date: Aug 2014
Posts: 8
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
Using Windows 10 when registering ASP.NET 4.5 with IIS
Hello Ivan,
I am at the point of preparing to publish my site (phase 1, anyway) to host provider server. I was following the instructions in Ch 19 for registering ASP.NET 4.5 with IIS, but it is evidently different with Windows 10. What would be the way to go about this step?
Thank You,
Michael
|

October 30th, 2015, 04:11 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Windows 10 should be very similar to Windows 8 when it comes to IIS and registering ASP.NET. Which blocking differences do you see? If you can be specific, I might be able to help.
Imar
|
The Following User Says Thank You to Imar For This Useful Post:
|
|

October 30th, 2015, 01:05 PM
|
Registered User
|
|
Join Date: Aug 2014
Posts: 8
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
Using Windows 10 when registering ASP.NET 4.5 with IIS
Actually, I overlooked an important sentence. "If you are hosting your website with an external hosting company, you can skip the following sections on installing IIS."  I am, indeed, using an external hosting company.
|
|
 |
|