yes,
cmd -->inemgr-->website -->propties-->Asp.net(select 2.0.5.0727) as 3.0,3.5 is etesnsion of 2.0
This step is ok.
I told you when I create new web application or website in 3.5 in same infrastructure.it work fine.
But here(error module) Wht I did is that,
I made new application, new web config,but copied rest of the page.
You don't have a default document that matches what is defined in IIS. See www.iis.net for help in configuring the default document.
KumarHarsh
The resource cannot be found.
Most common (assuming the resource is there) is that you do not have correct permissions on the file/folder. IIS operates under the ASP.NET process account, VWD operates under the logged in user account.
Star
9276 Points
3925 Posts
configure asp.net 3.5 in iis (framework 2.0)
Jan 05, 2010 04:17 AM|KumarHarsh|LINK
hi,
Converting asp.net 2.0 to 3.5
But Framework is asp.net 2.0
when trying to configure in iis it says
Directory Listing Denied or
when typing the page name it says,
The resource cannot be found.
Same application(asp.net 2.0) is running ok in same iis.
Where is the problem ?
I am using new web config file generated by asp.net 3.5
But when i created new application in 3.5 with new page that is running ok in iis.
Whats wrong ?Remind me.
Kumar Harsh
All-Star
32861 Points
7877 Posts
Re: configure asp.net 3.5 in iis (framework 2.0)
Jan 05, 2010 05:30 AM|qwe123kids|LINK
Hi,
Have U installed DotnetFramework 3.0,3.5 on Your system..
OR
have registered Aspnet_iisreg
http://msdn.microsoft.com/en-us/library/k6h9cz8h%28VS.80%29.aspx
oR
cmd -->inemgr-->website -->propties-->Asp.net(select 2.0.5.0727) as 3.0,3.5 is etesnsion of 2.0
Avinash Tiwari
Remember to click “Mark as Answer” on the post, if it helps you.
Star
9276 Points
3925 Posts
Re: configure asp.net 3.5 in iis (framework 2.0)
Jan 05, 2010 06:00 AM|KumarHarsh|LINK
yes,
cmd -->inemgr-->website -->propties-->Asp.net(select 2.0.5.0727) as 3.0,3.5 is etesnsion of 2.0
This step is ok.
I told you when I create new web application or website in 3.5 in same infrastructure.it work fine.
But here(error module) Wht I did is that,
I made new application, new web config,but copied rest of the page.
This one not working.
Kumar Harsh
All-Star
32861 Points
7877 Posts
Re: configure asp.net 3.5 in iis (framework 2.0)
Jan 05, 2010 06:08 AM|qwe123kids|LINK
Have Copied the Bin folder..
Avinash Tiwari
Remember to click “Mark as Answer” on the post, if it helps you.
Star
9276 Points
3925 Posts
Re: configure asp.net 3.5 in iis (framework 2.0)
Jan 05, 2010 06:59 AM|KumarHarsh|LINK
When I build it,it create its own dll.
Its running ok in local,not in iis server.
Kumar Harsh
All-Star
25749 Points
10436 Posts
Re: configure asp.net 3.5 in iis (framework 2.0)
Jan 05, 2010 09:03 AM|jeff@zina.com|LINK
You don't have a default document that matches what is defined in IIS. See www.iis.net for help in configuring the default document.
Most common (assuming the resource is there) is that you do not have correct permissions on the file/folder. IIS operates under the ASP.NET process account, VWD operates under the logged in user account.
Jeff
Star
9276 Points
3925 Posts
Re: configure asp.net 3.5 in iis (framework 2.0)
Jan 07, 2010 02:03 AM|KumarHarsh|LINK
Hi,
First my framework is 2.0 which I always select in iis.
When I create new website in asp.net 3.5 it work ok in iis also.
When I create new web application in asp.net 3.5 then it give same error,when configured in iis.
What to do ?
Kumar Harsh
Star
9276 Points
3925 Posts
Re: configure asp.net 3.5 in iis (framework 2.0)
Jan 07, 2010 11:15 PM|KumarHarsh|LINK
Hi,
Finally problem solved.
It was very silly mistake.
In IIS home directory path was wrong.
It was D:\website1
I made it D:\website1\newtest\newtest
and it started running.
Thanks.
Kumar Harsh