all groups > asp.net > december 2005 > threads for wednesday december 21
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Help! Error: aspnet_wp.exe (PID: xxxx) stopped unexpectedly
Posted by Ramesh Dodamani at 12/21/2005 11:57:54 PM
Environment:
XP Pro, VS.Net 2003, .Net 1.1.4322 with SP1 & KB Hotfix 886903
P4 2.2GHz, 1 GB RAM
My system was working fine till a few weeks back when I started seeing the
following errors.
"aspnet_wp.exe (PID: xxxx) stopped unexpectedly"
I am seeing the this error currently happen, but un... more >>
tell me how to send email via http string
Posted by contactfast NO[at]SPAM gmail.com at 12/21/2005 11:17:46 PM
Dear,
i want to send e-mail via http sting through browser address bar or can
hit this string via application and message submit to specific e-mail
with smtp authantication etc if need.
please guide me and
example:
(i type = http://mail.yahoo.com or http://mailto:contactfast@gmail.com
... more >>
converting a variable within a append document.forms string
Posted by barry at 12/21/2005 8:47:10 PM
I have the following:
function(NAMED)
{
sString.Append("document.forms[0].NAMED.style.visibility = 'hidden'")
}
and would like to convert the NAMED into the object it represents - for
example in this case it represents the name of an image called card17
thanks
... more >>
Blogging sites / engines
Posted by Paul Aspinall at 12/21/2005 8:46:13 PM
Hi
I want to start blogging....
I'm looking to use a 3rd party websitewhich can offer a blogging feature,
without having to develop my own.
Can anyone recommend some good blogging service providers??
Thanks
... more >>
Datalist w/ scroll
Posted by nathan001 at 12/21/2005 8:44:39 PM
I thought I had this with the following but It did not work. Is there
any way to cause the datalist to scroll or is that an impossibility.
Or does one of the other controls have capacity?
<asp:Panel id="Panel2" runat="server">
<DIV id="Layer1" style="OVERFLOW: auto">
<asp:DataList id="dl... more >>
Copy Website or Publish???
Posted by Houston Lucifer at 12/21/2005 6:10:02 PM
Hi all, i am in a fix. Should i use the copy website option to deploy or
publish. I know that publish precompiles the code (which might make it
faster) but, it strips out the code. So how do i retain the code and publish
the website? Do i have to have a copy of the code for my application
so... more >>
Hashing Passwords
Posted by Showjumper at 12/21/2005 5:58:06 PM
Using the HashPasswordForStoringInConfigFile method, does this create hashed
passwords that are strong enough or is it better to use the necryption
namespace and its related functions?
Ashok
... more >>
DropDownList not giving the selected item when a Button is clicked... please help newbie...
Posted by Julius Mong at 12/21/2005 5:55:16 PM
Hi dear experts,
I'm new to ASP.NET and am having a hard time trying to make this work :( I
have a ddl which contains 2 or more items (populated by code) and a submit
asp:button that I'd want when clicked simply sends the ddl's selected item's
text value to an asp:label. I have searched thr... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Looping through a filtered GridView
Posted by Ken at 12/21/2005 5:44:02 PM
Hi All -
I have a filtered GridView. This GridView has a check box in the first
column. This check box is used to identify specific rows for delete
operations.
On the button click event I loop through the filtered GridView to identify
the selected rows and assemble some XML to be sent ... more >>
Can I add text after the node link in a treeview/sitemap?
Posted by Alan Silver at 12/21/2005 5:19:21 PM
Hello,
I have a web.sitemap file that is used as the data for a treeview
control. This shows the site structure very well, but I would like to
add the description (in the siteMapNode element in the web.sitemap file)
as plain text after the normal node text.
Can I do this? I know I can ca... more >>
ActiveX controls and ASP.Net
Posted by Weston Fryatt at 12/21/2005 4:55:36 PM
I have a custom written ActiveX Control (written in VC++ 7 unmanaged) that
is embedded on a web page, I need to be able to send events (like button
click and toolbar clicks) from the ActiveX Control (clients side) to ASP.Net
(server side)
Can this be done? If so any clues on what to search on?... more >>
ASP.NET code to launch new browser session/window?
Posted by Rob R. Ainscough at 12/21/2005 4:50:46 PM
Response.Redirect seems to only work with current window session -- how can
I use ASP.NET (VB.NET) code to launch my URL in a new browser window?
Thanks, Rob.
... more >>
Master page event
Posted by SimonZ at 12/21/2005 4:41:00 PM
I have button on master page.
How can I reference the button clik event from content page?
Thanks,S
... more >>
ASP.NET 2.0 Membership and AD
Posted by Roel Korsten at 12/21/2005 4:37:39 PM
Hello,
We're about to develop an ASP.NET 2.0 application. We're investigating all
the new stuff in ASP.NET 2.0 and how to use it.
There are 2 important specs for the app:
1. App has to have its own membership (login-page and so on) but when the
app is running in an Active Directory (AD)... more >>
Pocket PC Emulator - connection problems
Posted by amit.amitkohli NO[at]SPAM gmail.com at 12/21/2005 4:30:10 PM
Hello,
Am developing a web app (.Net 2.0) that can be accessed from a Pocket
PC device. For testing the app, fired up the emulator from device
manager (in VS2005), but when I try to use Pocket IE I get either a
"Cannot connect" or "Page not found" message.
I can provide details of configura... more >>
Treeview in asp 2.0 problem
Posted by Ruszt at 12/21/2005 4:05:06 PM
hello,
i've placed the code below in onLoad event of my page, which should fill in
Treeview control called TreeViewCategories with nodes from XmlDataSource
XmlDataSource xds = new XmlDataSource();
xds.Data = xmlCategories.GetAllCategories().InnerXml;
this.TreeViewCategories.DataSource = xds;... more >>
if the custom control is in App_Code folder, than what will be it's assembly name in the <%@register %> Asp.Net 2.0
Posted by Umut Tezduyar at 12/21/2005 3:42:47 PM
I know that, in asp.net 2.0, the assembly for the web site is splitted into
pieces and each time you build it, it generates a random name for assembly.
My question is, if i create a custom web control under the App_Code folder,
how can i add a register tag on a page.
<%@ Register TagPrefix... more >>
GridView's Paging feature not working!
Posted by washoetech NO[at]SPAM newsgroups.nospam at 12/21/2005 2:40:19 PM
Hello,
I have a GridView in my ASP.NET 2.0 application that performs the paging
feature perfect when I have it bound to a data source.
But now I have it bound to a dataset and the paging feature will not work.
When I try to use paging I get this error:
The GridView 'gvResults' fired ev... more >>
Image control emits arbitrary "style" into HTML tag??? Why???
Posted by Shurik at 12/21/2005 2:03:27 PM
Hey everyone,
Just run into an issue with ASP.NET 2.0 Image control... I assign CSS
style to it in HTML (CssClass="blah"), but when I hit the page with a
browser my style isn't used due to style="border-width:0px;" attribute
appearing out of nowhere... What the hell happens? I don't set any
p... more >>
Redirects with ASP.NET 2.0 and wildcard mappings
Posted by SlimFlem at 12/21/2005 1:51:39 PM
I have searched hard for 2 days on this and keep hitting a wall. I
have a custom IHttpHandler setup to do Url mappings to prop up some old
Urls for our site. I have also created a wildcard mapping in IIS6
using the ASP.NET 2.0 ISAPI DLL.
Here is what I am attempting and I cannot for the life... more >>
page refresh slowing down
Posted by Bahman at 12/21/2005 1:44:02 PM
Hello!
I have a listbox that auto-refeshes the page retrieving information based as
what was selected.
The page runs fast at the beginning. Then it gradually starts to slow down.
What could be causing this?
Thank you!
-Bahman
... more >>
Accessing value of dropdown in user control from main page
Posted by Brenden Bixler at 12/21/2005 1:12:02 PM
I have a user control, dropdown.ascx
Inside dropdown.ascx, I have a dropdownlist control.
From my page.aspx, I need to be able to access the dropdown's value.
By setting it to auto-post back, I am able to grab this value using
Request.Form["Control:ddlValues"]. This worked well until I re... more >>
What is the best approach?
Posted by Andrew at 12/21/2005 12:58:09 PM
Hello, friends,
I implemented Forms Authentication in my asp.net app, it worked fine.
However, now I have another problem:
Although a user can be authenticated, but he/she may still not be allowed to
view certain pages and folders. For exampl, a junior member can not view
pages for senio... more >>
Remote debugging, I have tried absolutely everything, still no go!
Posted by Michiel at 12/21/2005 12:47:00 PM
Hello,
I use Visual Studio .Net 2003 Professional (Trial version) on Windows XP
Professional (Dutch version). I have a Windows Server 2003 with IIS 6 (UK
version). There is no domain, just a workgroup 'Servers' and a workgroup
'Acme'. My Web Project is in the root of a web site. Not the def... more >>
HTTP to HTTPS and back again!
Posted by Fenno at 12/21/2005 12:46:48 PM
I am creating an ASP.NET project that contains some pages that require
a secure connection via HTTPS/SSL.
The problem I have is how do you maintain session data when switching
between HTTPS and HTTP protocols?
For example, my login page uses HTTPS. What is the best way to switch
back to nor... more >>
DropDownList.SelectedValue resets inadvertently
Posted by rengeek33 at 12/21/2005 12:33:01 PM
I have a strange issue:
I have a dropdownlist (lstSrchPeriod) that has a SelectedValue of something
(say "12"). I use an IF statement to determine if that value is there:
If lstSrchPeriod.SelectedValue <> "0" Then
theWhere &= " AND rpt_period = '" &
lstSrchPeriod.... more >>
could not load file or assembly ASP_WEB_... in ASP.NET 2.0
Posted by urs NO[at]SPAM prismanet.ch at 12/21/2005 12:32:09 PM
Two days ago, I built an ASP.NET 2.0 application and published it on a
shared IIS 6 Web server. After publishing, and during the whole day, it
worked fine.
The server remained untouched since. Today, I wanted to access the home
page of the application again with a browser. But instead of the p... more >>
NullReferenceException with MyBase.New()
Posted by dave at 12/21/2005 12:31:02 PM
I have an object employee that is derived from person object. In .net 1.1 the
following procedure worked without any problem. In 2.0 i get the
nullreferenceexceptionerror. What could be going on here?
public class employee
inherits person
public sub new(info as string)
mybase.new(in... more >>
Record count in SqlDataReader
Posted by Charlie NO[at]SPAM CBFC at 12/21/2005 12:20:32 PM
Hi:
When returning an SqlDataReader from a database query, how do you get a
count of the number of records contained in the reader? There is no "Count"
property for reader object.
Thanks,
Charlie
... more >>
ASP.NET 2 Login Controls and Personalization without SQL Express
Posted by Mohamed Zaki at 12/21/2005 12:20:29 PM
How can i change the provider of the ASP.NET 2 application to use my SQL
2005 server instead of SQL Express instance, also the Quickstarts requires
SQL Express is there anyway to make it use SQL 2005 ?
Thank you for your Help
... more >>
asp.net 2.0 handler useage
Posted by Aaron at 12/21/2005 12:17:22 PM
>From what i understand asp.net handler is the replacement for isapi
filters. is it possible to write a handler that redirects all .zip
download requests to a html page. the .zip file might not exist? btw i
use c#
http://www.mysite.com/dfjksjfksdfaj.zip
http://www.mysite.com/dfjksj/fksdfaj.... more >>
nested datalist problems
Posted by Laura K at 12/21/2005 12:08:26 PM
I would like to create a nested datalist inside the
selecteditemtemplate of a datalist. My hope is that when a user clicks
on a link a set of child links is displayed. For example if the user
clicks men's clothing he would get a list of sub categories like pants,
shirts, shorts etc
I have pu... more >>
Running Batch Files using ASP .NET
Posted by Stephen at 12/21/2005 11:52:07 AM
Hi all,
I want to create an app that runs a batch file which inturn runs
applications.
question:
if I start the batch file from app1, how can app1 know that the batch file
ran successfully and there was no errors.. (is there a return type)
we run a lot of sql jobs using batch files, so we ... more >>
shopping cart
Posted by isacc Misc... at 12/21/2005 11:51:02 AM
Is there any free shopping cart or sample's for "VB.NET 2.0"
That I can Put on my site
--
F16I... more >>
problem with programmatically created template columns
Posted by David C at 12/21/2005 11:43:21 AM
I followed the torial using this from MSDN
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vste
chart/html/vbtchCreatingWebServerControlTemplatesProgrammatically.asp
to programmtically create template columns. But the problem is, they
disappear upon postback.
1) I... more >>
using databinding to codebehind in html
Posted by rjl at 12/21/2005 11:41:23 AM
How do you use variable in html tag, such as:
<a href="<%=getVariable%>Test</a>
thanks.
... more >>
How do i use Calender control in VS 2003?
Posted by Learner at 12/21/2005 11:14:32 AM
Hi there,
I have a text box in my webform to type in a date. I want to take
advantage and use the calender control to let the user just to click on
the clander and select a date. How do i program this? is there a link
with a code snippet?
Thanks
-L
... more >>
Odd ASP.NET Web Configuration Error!
Posted by Nick at 12/21/2005 11:05:29 AM
Can someone please explain why?
In VS2005, I created a starter kit personal website. Then used web
configuration tool to setup user / roles etc (just like it says to in the
welcome screen)... Everything is nice and happy.
Now, I got to fiddling with other things... As part of that fiddli... more >>
validation control headache
Posted by NuB at 12/21/2005 11:02:12 AM
The validation controls are giving me a headache. here is what i'm trying to
do and so far what I've tried has not worked.
I need to hide my grid if the page is not valid
how can i accomplish that?
I have one validation control that gives an error if there is no data
returned, so if the p... more >>
is nothing
Posted by SimonZ at 12/21/2005 10:57:48 AM
I have function:
Protected Function func(byVal param as object)
My param is null ( I get system.dbnull from database)
But when I check:
If not param is nothing then
'this is always executed
end if
my if is executed.
Why?
if param =3D null than is nothing should work?=20
... more >>
HTML Formatting in .NET 2.0
Posted by Arthur Dent at 12/21/2005 10:49:13 AM
Hello all, ive been programming with ASP.NET since it came out, but am just
getting my feet with now with v.2.
Ive noticed something strange in the way my HTML tables get rendered with 2.
I use tables to layout my pages, doing three rows, a header, content and
footer. When i do this, i make ... more >>
Writing to a virtual directory from ASP.NET 2.0: Is there an easy
Posted by BLetts at 12/21/2005 10:43:50 AM
I have an ASP.NET app that must allow users to upload files. The files are
stored in a virtual directory. I use Server.MapPath to map from the virtual
directory name to a physical path, then the FileUpload control SaveAs method
to upload and save the file.
This all works fine when the virtu... more >>
Override INamingContainer
Posted by PJ at 12/21/2005 10:27:36 AM
Is there a way to prevent the INamingContainer behaviour that prefixes the
id of server controls in master pages with the format [master page
id]_[content id]_. I would prefer to manage the potential id attribute
conflicts myself, rather than having such verbose id attributes throughout
my site... more >>
JIT Debugging Error
Posted by Stephen at 12/21/2005 10:08:04 AM
Hi,
I found code snippet for running an app (.exe, .bat) from a web app(using
Process class). its pretty interesting but along with the other posts (that
i cant run a windows app) i found another problem and would like some
advice...
I created a sample console app to out put data and used the... more >>
change start page with IIS
Posted by Paul at 12/21/2005 9:49:02 AM
Hi I am adding a splash page to a large .net application, just wondering if
there is a way to deploy this to the server without rebuilding it, would have
to add the splash page to the server and change the start page, just
wondering if this can be done from iis?
--
Paul G
Software engineer... more >>
Navigator
Posted by Aurelio at 12/21/2005 9:45:19 AM
Hello. How can i know what is the navigator of the client?
Thanks
... more >>
Text File Query
Posted by jpauthement NO[at]SPAM gmail.com at 12/21/2005 9:40:50 AM
I have an application which searches through a comma-delimited text
file which looks similar to this:
"012233010","PAMIC 6X8","FA","0.000","0.000"
"012233011","PAMIC 8X8","FA","1.000","0.000"
The text file is a dump from an asp/400 system. And it is automatically
ftp-ed to the website.
The... more >>
Web sites on alternate www ports in ASP.Net 2.0 won't build
Posted by Christopher J. Walker at 12/21/2005 9:30:03 AM
Hello,
I am trying to create a website on port 8888 with VisualStuidio 2005. When
I go to create a new project or migrate from an old one, everything seems to
work fine, but when I go to build I get an error on every .aspx page like:
ASP.NET runtime error: '/www.website.com:8888/' is not ... more >>
Excel asp.net error : System.Runtime.InteropServices.COMException (0x80080005):
Posted by Chris at 12/21/2005 9:25:27 AM
Hi All!!
I have an application, which was up and running, suddenly it has
started giving an error msg:
System.Runtime.InteropServices.COMException (0x80080005): Server
execution failed
and sometimes
System.Runtime.InteropServices.COMException (0x80080005): HSRESULT
(something..)
Trie... more >>
Auto-redirect in Application_Beginrequest?
Posted by Ben Fidge at 12/21/2005 9:09:07 AM
In certain situations I'd like to prevent users from accessing my
default.aspx page and automatically redirect them to an alternative page.
Would it be feasible to do this in Application_Beginrequest in global.asax,
or is there a better way.
This functionality needs to be configured on a ... more >>
question about event sequence for Page_Load and Menu1_MenuItemClic
Posted by Jay at 12/21/2005 8:50:03 AM
In Page_Load I try to use the this.Menu1.SelectedValue on postBack
situations for the purpose of building the page. But it appears that the
selected value does not show up until the Menu1_MenuItemClick event. Since
Page_Load is fireing before Menu1_MenuItemClick, my strategy is useless.
Ho... more >>
what's the difference
Posted by rodchar at 12/21/2005 8:36:04 AM
hey all,
what's the difference between span and div tags?
thanks,
rodchar... more >>
Need Help : ASP.NET Strange behaviour with time consuming processes
Posted by veenakj NO[at]SPAM gmail.com at 12/21/2005 8:32:00 AM
Hi,
We use ASP.NET framework v1.1.4322, ADO.NET and Oracle 9i Database.
This problem is with only with method which takes long time executing a
proc in database.
In a ASP.NET page_load method we call a database proc which executes
for approximately for 30minutes.
Everytime the method i... more >>
How do I use SQL Server 2000 for the Application Service Database
Posted by Vince Varallo at 12/21/2005 8:30:04 AM
Hello,
I do not have SQL Server 2005 installed on my computer and will not be able
to based on company policy. However I do have SQL Server 2000. I want to
create the application service database to store personalization setting for
using web parts.
BUT, when I try to create the database... more >>
temp screen appear
Posted by Paul at 12/21/2005 8:21:04 AM
Hi I am working on an old web application and wanted to add new screen with
an image that appears for 5 seconds and then is replaced by the website start
page, index1.aspx. Just wondering if anyone knows how to do this, thanks.
--
Paul G
Software engineer.... more >>
Can I make a DetailsView with 2 columns?
Posted by lanem at 12/21/2005 8:21:04 AM
I want to make my DetailsView have 2 columns of data. It's all one record,
but there are so many fields, I want to show it in 2 columns so the user
won't have to scroll. Is this possible? Thanks.... more >>
Crystal Reports Engine 9.1.5
Posted by Randy at 12/21/2005 8:20:04 AM
Hello,
I'm trying to move a dotnet web app from one server to another. I've got the
..NET runtime installed on this new server. When I try and access the web app
I'm getting an error message stating...
Configuration Error
Description: An error occurred during the processing of a configurati... more >>
Calling an event procedure from page load
Posted by Jason at 12/21/2005 8:16:03 AM
I have an ASP.NET application in which I would like to call my button click
event (imgSubmitSearch_Click) on the page load if certain criteria are met.
Is this possible?
What is the correct syntax to be able to programmatically have my
imgSubmitSearch button clicked? I tried the obvious, ... more >>
binary vs. xml serialization
Posted by Alex D. at 12/21/2005 8:09:02 AM
does any body knows the pros and cons between binary and xml serialization
if use it to persist objects in a database and which one is the best option?
Tnx.
... more >>
How do i retrieve a Return Value (0 or 1) from my stored proc?
Posted by Learner at 12/21/2005 8:02:32 AM
Hi there,
I have a storec proc that schedules a Sql job and finally it returns
0 then it was successfull and if it returns 1 then its unsuccessful.
Now when i run the stored proc in the query analyzer its returning
SQLServerAgent is not currently running so it cannot be notified of
thi... more >>
checkBoxField on gridView
Posted by Brad at 12/21/2005 7:56:02 AM
I am programatically trying to add a checkBox column to a gridView.
This is what I have to do it (VB):
Dim cbCol As New CheckBoxField
cbCol.Text = "Enter this event"
gvEvents.Columns.Add(cbCol)
When it displays the column, there are no checkboxes.
Maybe I am going about ... more >>
w3wp.exe Crash, Session Unload, Event ID 1000
Posted by Chris at 12/21/2005 7:51:07 AM
Error in the Event Log is:
..Net Runtime 2.0 Error Reporting
Event ID 1000
Faulting application w3wp.exe, version 6.0.3790.0, stamp 3e8000e6, faulting
module webengine.dll, version 2.0.50727.42, stamp 4333eca4, debug? 0, fault
address 0x00002fec.
This seems to happen when a session end... more >>
Compile ASP.Net 2.0
Posted by Arne at 12/21/2005 7:46:03 AM
I am porting a website to ASP.net 2.0. Temporarily I compile with Visual
Studio 2003 and deploying to ASP.net 2.0. How do I compile my website under
ASP.Net 2.0? I know it can compile each page as I touch it.
During the beta there used to be something like mywebsite.com/compile.???
that you ... more >>
IsBool
Posted by Kiran at 12/21/2005 7:37:06 AM
Hi,
Is there a way to check a string whether it is a boolean or not in VB.Net.
I am looking for a direct way of doing it like cint, etc....
right now I have a function for it where I convert the string to
boolean, if it converts successfully I return true, else false.
Thanks
Kiran... more >>
session timeout in stateservice and sql server 2000
Posted by sikander at 12/21/2005 7:00:05 AM
Hi
I wish to know what timeout options are provided or handled in a real
website for StateService and Sqlserver2000 session management options.... more >>
Implementing subscription based Web Service
Posted by WebMatrix at 12/21/2005 6:49:01 AM
Hello,
Sorry for the repost, I haven’t got any response in aspnet.webservices group.
We have a web service being used by several clients. It's SSL secured, uses
Windows (Basic) Authentication, each client has its own login. The management
wants to expend it to other clients, but provide... more >>
onload event doesn't work properly with smart nav turned on
Posted by ajfish NO[at]SPAM blueyonder.co.uk at 12/21/2005 5:41:26 AM
Hi,
I have a web form with smart navigation turned on. the html has an
onload event which calls a javascript function and the contents of this
function are dynamically generated on the server like this:
function onload() {
<% if (some_condition) { %>
do_some_javascript();
<% } %... more >>
SQL Connection Problem
Posted by Chris Love at 12/21/2005 5:39:03 AM
I have already asked this, but no one seems to know the answer. Here is the
timeline. I wanted to use the membership/roles functionality in a site. I
got all sorts of errors trying to get this setup on the site through the
admin interface.
So I yanked it out of the application since it d... more >>
how to start to ASP.NET 2.0
Posted by The Crow at 12/21/2005 4:30:41 AM
i am a skilled asp.net 1.1 programmer using C#. i want to go on with asp.net
2.0 but i dont know how to start? installing VS2005 and MSDN will be enough?
i dont know if a guide for asp.net 1.1 users exist in msdn for VS2005.. or
which documents, e-books, web-sites, articles do you recommend?
... more >>
Spliting
Posted by Jon at 12/21/2005 4:13:02 AM
Hello all,
I was wondering if someone could give me a quick bit of help!
I have a string such as the below
name$id|type,name$id|type,name$id|type
that I split on the , to create
name$id|type
name$id|type
name$id|type
Whats the best way to then get at each individual element, such... more >>
Error when '>' is input to the textbox control
Posted by Ben at 12/21/2005 3:25:03 AM
The following error is encountered when attempt to input the character > into
a textbox control :
A potentially dangerous Request.Form value was detected from the client
Is there a way to resolve it?
Thanks,
Ben... more >>
web.config again
Posted by baerland NO[at]SPAM gmail.com at 12/21/2005 1:52:35 AM
Hi all!
I have browsed through houndreds of threads with problems conserning
web.config, but not yet found a solution to this problem.
I have a test server running .NET 1.0, 1.1 and 2.0
I have a web application (virtual directory with application set), with
a web.config file.
The asp.net p... more >>
|