Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 4.5.1 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4.5.1: in C# and VB by Imar Spaanjaars; ISBN: 978-1-118-84677-3
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4.5.1 : 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
 
Old August 8th, 2014, 03:15 AM
Registered User
 
Join Date: May 2014
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation Problem with WSAT.....

Hello Mr Imar...While working wiith WSAT.I stucked in a problem. I started IIS without any error. But as entering URL http://localhost:8082/asp.netwebadmi...nPhysicalPath=
D:\CloudShop&applicationUrl=/. It encounters with an error that Page not found..As D:\CloudShop is the directory of my project..
Please Reply as early as possible...
Thankyou
 
Old August 10th, 2014, 02:20 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

Your command looks fine. Is the site located in D:\cloudshop directly or is it in a subfolder like Site? Also, did the first command to start IIS Express complete successfully?

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old August 10th, 2014, 05:17 PM
Registered User
 
Join Date: May 2014
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Error!!!

Dear Imar Sir
As i executed following command---

iisexpress.exe /path:"C:\Windows\Microsoft.NET\Framework\v4.0.3031 9\ASP.NETWebAdminFiles"
/vpath:"/ASP.NETWebAdminFiles" /port:8082 /clr:4.0 /ntlm

It starts IIS successfully..., But Instead of registering 8082 Development website application, It register port 8080...I tried many ports but result is same...

After that i execute following url
http://localhost:8080/asp.netwebadmi...nPhysicalPath=
D:\CloudShop&applicationUrl=/

it shows Error 401.2 Access is denied

Description: An error occurred while accessing the resources required to serve this request. The server may not be configured for access to the requested URL.

Error message 401.2.: Unauthorized: Logon failed due to server configuration. Verify that you have permission to view this directory or page based on the credentials you supplied and the authentication methods enabled on the Web server. Contact the Web server's administrator for additional assistance.

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408
 
Old August 12th, 2014, 03:06 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Did you open the command prompt with Administrative privileges as explained in the book?

Looks like port 8080 is registered by another application. Do you have IIS installed on your machine?

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old August 13th, 2014, 12:19 AM
Registered User
 
Join Date: May 2014
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

yes i run cmd with administrative privileges and IIS is installed on my mechine
 
Old August 15th, 2014, 04:49 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Do you have other software on your machine that may be blocking or claiming ports? Have you tried a different port number?

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old August 26th, 2014, 11:33 AM
Registered User
 
Join Date: May 2014
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs up Hi Mr Imar

As i get rid of this problem by reinstalling windows...Now all things working fine....Thanks for your support...

Cheers!!!!
 
Old August 26th, 2014, 12:02 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

You're welcome, and thanks for posting an update!

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing WSAT Psyclist BOOK: Beginning ASP.NET 4.5.1 : in C# and VB 9 May 6th, 2014 04:49 PM
chapter 15: WSAT error dany96 BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 10 August 14th, 2011 03:20 PM
Cannot get WSAT to start up SQL Membership eddiemcham BOOK: Professional ASP.NET 3.5 : in C# and VB ISBN: 978-0-470-18757-9 0 June 3rd, 2009 10:58 AM
Chapter 15 WSAT areed24 BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 1 March 13th, 2009 04:21 PM
Chapter 15: WSAT doesn't show up RobRob BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 4 September 27th, 2008 06:42 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.