Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_运维技巧
I\'ve built a complex site for a client, who wants this duplicated, and re-skinned, so it can be used for other means.
I have experienced some troubles when using the IIS server at my workstation with Windows 7. This is a development machine and I don\'t need to use it as a production server or anything, but for some
I have a site where users must only be able to access the Login.aspx page via SSL/HTTPS. Currently I run something like the following in my Page_Load():
In my system, the data access layer of one of the website is build using the enterprise library. Now I am developing another [different] website. How can I use the enterprise library to create the 开发
I want to route these 3 paths to default base url path. www.mysite.com/page1.aspx www.mysite.com/page2.aspx
I\'m looking for a way of automatically creating a 30 second preview fil开发者_如何学Goe of an MP3 when it is uploaded through my ASP.NET Web Application.
I\'m building a site in which users can purchase MP3 files which they can download from their user login area.
From what I can tell, the main purpose of a PagedDataSource is to allow paging of a datasource before being bound to a server control.
I am building a web application using asp.net 3.5, sql server 2008. My client wants it to be in minimum 3 tier architecture(Tiers are seperated physically, means 3 tiers means 3 seperate machines).