No idea about IIS response issue
But you can put an empty label on the page, and at last line of Login button write the code to put in some text
in the label, to know weather it is posting back or not (test your web site with each browser u have installed as well)
IIS is a windows piece of cake, so it is something with default browser
open IE, go to Tools > Internet Options > Programs tab
u'll find a check box or option for the default browser setting
so set it, then IIS will use IE
i think i know the issues maybe is because the target framework issues
according to your link i need to change the target frame work on iis on the application pool, if not my system will not run...so when i want to change it i just can see only one framework version which is version 2.0 , i can''t find framework 3.5 or .45,
but the framework has been installed im my laptop
afastars
Member
52 Points
221 Posts
Can not Browse Other Page In IIS
Dec 24, 2012 07:27 AM|LINK
i already setup my system in IIS ver 7.0 on my windows 7, the problem is i can only browse the main system interface
after i put the username and password to log in system , then i press the button there is no reponce from the system
the system running very well in visual studio, need help from expertise here, this is my first time setup IIS
i also want to know how to change default website from iis, currently my iis use google crome ,but now i want to change it to IE
usman400
Contributor
3513 Points
721 Posts
Re: Can not Browse Other Page In IIS
Dec 24, 2012 08:33 AM|LINK
No idea about IIS response issue
But you can put an empty label on the page, and at last line of Login button write the code to put in some text
in the label, to know weather it is posting back or not (test your web site with each browser u have installed as well)
IIS is a windows piece of cake, so it is something with default browser
open IE, go to Tools > Internet Options > Programs tab
u'll find a check box or option for the default browser setting
so set it, then IIS will use IE
Rajneesh Ver...
All-Star
36815 Points
6757 Posts
Re: Can not Browse Other Page In IIS
Dec 24, 2012 08:34 AM|LINK
See the detailed tutorial:
http://www.dotnetfunda.com/articles/article1247-how-to-host-aspnet-application-on-the-web-server-iis.aspx
http://www.codeproject.com/Articles/28693/Deploying-ASP-NET-Websites-on-IIS-7-0
It is not related to your IIS what ever you have set default browser for windows iis will take the same.
If you want to change default setting goto:
Control Panel -> Default Programs -> Set your default program
Click on ie and set it as default.
www.rajneeshverma.com
Keep Forums Clean || Use Alert Moderators.
afastars
Member
52 Points
221 Posts
Re: Can not Browse Other Page In IIS
Dec 24, 2012 10:18 PM|LINK
hi usman
tq for reply...will do it....will update you time to time
afastars
Member
52 Points
221 Posts
Re: Can not Browse Other Page In IIS
Dec 30, 2012 06:58 AM|LINK
hi Rajneesh Verma
i think i know the issues maybe is because the target framework issues
according to your link i need to change the target frame work on iis on the application pool, if not my system will not run...so when i want to change it i just can see only one framework version which is version 2.0 , i can''t find framework 3.5 or .45, but the framework has been installed im my laptop
has idea regading this ..?
Rajneesh Ver...
All-Star
36815 Points
6757 Posts
Re: Can not Browse Other Page In IIS
Dec 31, 2012 04:18 AM|LINK
You can download and install .net 4.0 from below link:
http://www.microsoft.com/en-in/download/details.aspx?id=17718
www.rajneeshverma.com
Keep Forums Clean || Use Alert Moderators.
afastars
Member
52 Points
221 Posts
Re: Can not Browse Other Page In IIS
Dec 31, 2012 08:07 AM|LINK
hi Rajneesh Verma
thanks for reply, today i'm tring so hard to resolve this problem...but no luck so far
do you have any others idea...this problem make me crazy:))
again i can browse the system from IIS, but when i click the button there is no responce , but when i try run in VS 2008 in can run without
any problem, it run smoothly
Rajneesh Ver...
All-Star
36815 Points
6757 Posts
Re: Can not Browse Other Page In IIS
Jan 02, 2013 05:02 AM|LINK
Install the ASP.NET 4.0 runtime to IIS by running the following command and then try:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i
www.rajneeshverma.com
Keep Forums Clean || Use Alert Moderators.
afastars
Member
52 Points
221 Posts
Re: Can not Browse Other Page In IIS
Jan 02, 2013 11:34 PM|LINK
hi Rajneesh Verma
thanks for reply..i'm still facing same issues...really don't know what happen
i'm also struggling to find the solution but still no luck so far