| Thread | Last Post | Replies |
|
| How to deploy a website developed on one server to a different server? | 18 Mar 2006 21:51 GMT | 1 |
What is the procedure for deploying an asp.net 2.0 web site to a new server, with a different path? Thanks, Keith
|
| how to change assembly name ? | 18 Mar 2006 21:48 GMT | 2 |
In asp.net 2.0 I have assembly named App_Code ( like folder with classes ;) How to change it ??? I don't see any options. Jarod
|
| How properly return XML from an ASPX page? | 18 Mar 2006 21:41 GMT | 1 |
I have an ASPX page that returns XML to the calling client. While the code below works, I don't think it's proper because it's not encoded as XML. I.e. special characters might screw things up. Can anyone please tell me the more proper way to do this?
|
| Winforms to Asp -- where to start? | 18 Mar 2006 20:58 GMT | 6 |
I am investigating how much work it would take to convert an existing winform application to a web based application, but need to be pointed in the correct direction. We have an existing winform application that attaches to a socket server to
|
| searching multi - Item arraylist | 18 Mar 2006 20:06 GMT | 4 |
how can I search for a value in a multi - item arraylist to prevent adding duplicates ?
|
| Processing HTTP request | 18 Mar 2006 19:34 GMT | 5 |
I have two ASP.NET test sites located on two different Windows 2003 servers: http://testdomain.com.shared-servers.com/ http://web-algorithm.com Both pages have dead links - Folder 1 and Folder 2. However, the behavior is
|
| Split datagrid into newspaper-style columns? | 18 Mar 2006 18:28 GMT | 5 |
Is there a way to divide a datagrid into "newspaper" style columns so that column 1 would have rows 1-10, column two would have rows 11-20 etc? Thanks, Dave.
|
| Number of rows returned from ObjectDataSource.FilterExpression | 18 Mar 2006 15:52 GMT | 4 |
How can I find how many rows are returned from the DataView generated by FilterExpression on an ObjectDataSource? I can get the number of rows in the underlying datatable by using: protected void mydataSource_Selected(object sender,
|
| Problem with VS 2005 Forms Authentication | 18 Mar 2006 15:29 GMT | 1 |
If I create a new solution from scratch in VS 2005 and decide to use Forms Authentication (not using the login controls, just creating a Login.aspx page as it was in VS 2003) everything works okay, except that for the Login page the styles and images are not visible.
|
| VS 2005 web dev on localhost | 18 Mar 2006 15:12 GMT | 5 |
I develop my website locally with VS 2005. the problem is all the links are broken because the directories don't match. on my production server it's www.myname.com/ but on my local server it's localhost/myname/
|
| ASPX compilation and loading question | 18 Mar 2006 14:06 GMT | 2 |
Is it possible to provide the .aspx mark up to the buildmanager from a resource for compilation and load it whithout having the .aspx file in the virtual folder? Since, the registered HTTP module is being executed before the .aspx page is
|
| When must set Credentials with webservice? | 18 Mar 2006 13:12 GMT | 1 |
When we new a web Service, the default in IIS is Allow Anonymous and Integrated Windows Authentication , we just use : WebService.webClass myWC= new WebService.webClass(); and then we can access the WebService thought myWC
|
| Isolated Development on IIS 5.1 & 6.0 | 18 Mar 2006 13:09 GMT | 3 |
We have been looking at how to develop in a team environment where our servers are all Windows Server 2003 (IIS 6.0) and all our development machines are Windows XP (IIS 5.1). We are doing all ASP.NET applications. We have been using a non-isolated development model (all ...
|
| how to present a grid report on web page? | 18 Mar 2006 11:44 GMT | 1 |
I need to generate a report like this that is presented on a web page. The report would be generated daily and would go 30 days back (the 31st day being dropped off). -----------------------------------------
|
| HTTP/1.1 403 Access Forbidden - Error opening ASP.NET web project | 18 Mar 2006 11:34 GMT | 1 |
I am receiving the following error in Visual Studio 2003: "the web server reported the following error when attempting to create or open the web project HTTP/1.1 403 Access Forbidden" I am receiving this error when opening a web project that I created on
|