SLN file location
Mon, 25 Aug 2008 08:42:14 -0700
Hi all,
When I create a new website (click on "Create: Website" from the start
page), I'm prompted for the location of the project files, but VS 2005
always creates a SLN file under the Visual Studio "Projects" directory tree.
Is there an easy way to create a website project such that the SLN file is
in t ...
|
Can't debug?
Mon, 25 Aug 2008 08:22:39 -0700
Hi all,
I originally posted this question microsoft.public.inetserver.asp.general.
Since this is an ASP.Net question (well, actually, it's a Visual Studio
question, but that's splitting hairs), I was told to re-post the question in
this NG. I actually think that I've found an answer to the question myself, ...
|
How to bypass forms-based authentication
Mon, 25 Aug 2008 11:08:17 -0400
Hi there,
I'm building my first web site which I want to secure until I'm ready to go
live. I've therefore put up a temporary logon screen using forms-based
authentication (i.e., the "mode" attribute under "authentication" is set to
"Forms" in my "web.config" file and I go through a logon dialog whenever I ...
|
How check multiple file existance on FTP server?
Mon, 25 Aug 2008 11:07:54 -0400
Using VB.NET (latest version) I want to log onto an FTP server and check for
the existance of 10 files in 3 different directories. I would prefer to do
this over 1 live connection. Anyone have any sample code that does this?
(The code samples that I've seen connects via a FtpWebRequest to a specific
URI ( ...
|
asp:LinkButton and CssClass
Mon, 25 Aug 2008 07:04:02 -0700
I have an asp linkbutton declared as follows:
<asp:LinkButton ID="LinkButton1" runat="server" CssClass="tt">ASP Link
Button</asp:LinkButton>
My CSS classes are declared as follows:
a.tt
{
color:Black;
text-decoration: none;
border-bottom: 1px dashed Blue;
}
a.tt:visited {
color: Black;
}
a.tt:h ...
|
Auto refresh
Mon, 25 Aug 2008 05:38:01 -0700
How to autorefresh parent window after closing child window?..
I've used window.opener.location = window.opener.location;
But it's not working..how to do it??? ...
|
Instructions for setting up SQL Server 2008 for an ASP.NET website on
IIS 7.0
Mon, 25 Aug 2008 04:59:29 -0700 (PDT)
Hi All,
I put together a quick tutorial on how to setup SQL Server 2008, and
in particular the security required for configuring an ASP.NET
application.
http://blog.evonet.com.au/post/2008/08/24/Setting-up-SQL-Server-2008-for-an-ASPNET-website-on-IIS-70.aspx
Apologies if this is not the right place to pos ...
|
|
|
Need help with GUI
Mon, 25 Aug 2008 05:44:47 -0500
Hi, I am not sure if this is the place to seek help for my issue, but I will
explain what I am stuck on.
I am currently creating a page that will display data from a DB using a
Gridview.(simple enough)
The problem I have is that the amount of data to display is alot.
The Gridview consists of 10 columns whic ...
|
ASP requests and locking
Mon, 25 Aug 2008 02:58:56 -0700
Hi all -
I'm relatively new to ASP.NET, coming over from the PHP dark side =) So
far I'm enjoying working with all this very much, especially the
templating system, which is light years beyond anything available with
PHP or Perl.
Skip the next few paragraphs if you're not interested in the back story =)
...
|
Asp.net User Control or Custom control Property doesnt accept inline
asp.net constract <%= %> is there a workaround?
Mon, 25 Aug 2008 02:54:25 -0700 (PDT)
Hi , I have got problem with passing my inline based value to y user
control (or custom control, no matter which one I use, I have tried
both to make sure it doesnt matter) .
So say I have property called ImagePath and i want to pass my value
through asp.net specific inline cunstruction:
<uc:MyControl runat=ser ...
|