Ask a Question related to ASP.NET General, Design and Development.
-
Machi #1
IbuySpy Store Setup
i have downloaded the IbuySpy development kit (NOT VS.NET
VERSION) from [url]www.asp.net[/url] and try to set up the web
portal. i have succesfully setting up the web portal in 2
PCs (one is Win 2K Professional and another is Windows XP
Professional) ... but yesterday, when i tried to set up
the portal in another PC(Third PC - windows XP Prof), and
browse it with [url]http://localhost/storeVB[/url] (i create a
virtual directory to point to physical directory and it
works fine for the previous 2 attempts), it fails with
error "You are not authorized to view the page - HTTP
Error 403 - Forbidden", but things become more horrible
when i try to
browse "http://localhost/storeVB/Default.aspx", what
happened is that the whole source codes of default.aspx
displayed in the browser (IE 6), that means the user can
see the whole source codes for default.aspx using browser.
It's a very terrible experience, please help . thanks.
Machi Guest
-
Page setup/paper setup
Hi I use Freehand MXa in MacOSX 13.2. I wonder, does Freehands own paper setup (in print dialog box) owerride all paper setup settings.(In... -
Where to store your salt
Reviewing the code in "Building Secure Microsoft ASP.NET Applications" for hashing passwords with salt, I see that the salt is stored in the same... -
Online store
can anybody give me some clues about how to create web computer store,links to find some codes or ...... -
Newbie question (IBuySpy)
Trying to build my site based on this example. On This line I get error: <%@ import Namespace="ASPNetPortal" %> I found .cs file with this... -
IBuySpy Question
When adding a new control to the IBuySpy portal, assuming that the control is written using the Codebehind model, Would you need to compile their... -
fadi #2
Re: IbuySpy Store Setup
Sounds like ASP.Net is not installed or is corrupt on the XP box. Run the
following command:
c:\winnt\microsoft.net\framework\[version number]\aspnet_regiis.exe -i
This will install ASP.Net. If you have both 1.0 and 1.1 frameworks, do not
run that command since it upgrades all virtual directories!
fadi
"Machi" <pangts@yahoo.com> wrote in message
news:057c01c33b7d$966cf660$a501280a@phx.gbl...> i have downloaded the IbuySpy development kit (NOT VS.NET
> VERSION) from [url]www.asp.net[/url] and try to set up the web
> portal. i have succesfully setting up the web portal in 2
> PCs (one is Win 2K Professional and another is Windows XP
> Professional) ... but yesterday, when i tried to set up
> the portal in another PC(Third PC - windows XP Prof), and
> browse it with [url]http://localhost/storeVB[/url] (i create a
> virtual directory to point to physical directory and it
> works fine for the previous 2 attempts), it fails with
> error "You are not authorized to view the page - HTTP
> Error 403 - Forbidden", but things become more horrible
> when i try to
> browse "http://localhost/storeVB/Default.aspx", what
> happened is that the whole source codes of default.aspx
> displayed in the browser (IE 6), that means the user can
> see the whole source codes for default.aspx using browser.
> It's a very terrible experience, please help . thanks.
fadi Guest



Reply With Quote

