Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
GeneralConvert data type Pin
Hoang Dung12-Jun-03 9:29
Hoang Dung12-Jun-03 9:29 
GeneralRe: Convert data type Pin
zuhx12-Jun-03 10:46
zuhx12-Jun-03 10:46 
GeneralRe: Convert data type Pin
Hoang Dung13-Jun-03 2:48
Hoang Dung13-Jun-03 2:48 
GeneralSub matches in RegEx Pin
leppie12-Jun-03 9:21
leppie12-Jun-03 9:21 
GeneralRe: Sub matches in RegEx Pin
Anonymous12-Jun-03 9:28
Anonymous12-Jun-03 9:28 
GeneralRe: Sub matches in RegEx Pin
leppie12-Jun-03 10:16
leppie12-Jun-03 10:16 
GeneralInternet hosted EXE doesn't like app config file Pin
Ryan Cromwell12-Jun-03 8:29
Ryan Cromwell12-Jun-03 8:29 
GeneralRe: Internet hosted EXE doesn't like app config file Pin
James T. Johnson14-Jun-03 4:06
James T. Johnson14-Jun-03 4:06 
If you have ASP.NET running on the server, it might be blocking access to the .config file because of a bug in .NET 1.0.

Edit the machine.config* [edit]on the server[/edit] and change line 447 from

path="*.config"

to

path="web.config"

This will allow your app.config file to download but still block downloading of the web.config file.

[edit]*On my computer it is at: C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\CONFIG

If you have .NET 1.1 installed on the server then this change has already been made, but if you told IIS to use .NET 1.0 for that application (or for the whole server) then you still need to edit the machine.config[/edit]

James

"I despise the city and much prefer being where a traffic jam means a line-up at McDonald's"
Me when telling a friend why I wouldn't want to live with him

GeneralDataGrid Control Pin
Gareth L12-Jun-03 5:26
Gareth L12-Jun-03 5:26 
GeneralRe: DataGrid Control Pin
Rocky Moore12-Jun-03 21:29
Rocky Moore12-Jun-03 21:29 
GeneralCreating a Combo box that is active but can't be typed into Pin
kevinrc12-Jun-03 5:11
kevinrc12-Jun-03 5:11 
GeneralRe: Creating a Combo box that is active but can't be typed into Pin
kevinrc12-Jun-03 5:16
kevinrc12-Jun-03 5:16 
GeneralRe: Creating a Combo box that is active but can't be typed into Pin
shaunAustin12-Jun-03 5:21
shaunAustin12-Jun-03 5:21 
GeneralRe: Creating a Combo box that is active but can't be typed into Pin
kevinrc12-Jun-03 5:24
kevinrc12-Jun-03 5:24 
GeneralRe: Creating a Combo box that is active but can't be typed into Pin
Anonymous13-Jun-03 1:54
Anonymous13-Jun-03 1:54 
GeneralLinking combo box to list box Pin
totig12-Jun-03 3:31
totig12-Jun-03 3:31 
GeneralRe: Linking combo box to list box Pin
kevinrc12-Jun-03 5:07
kevinrc12-Jun-03 5:07 
GeneralRe: Linking combo box to list box Pin
totig12-Jun-03 5:49
totig12-Jun-03 5:49 
GeneralRe: Linking combo box to list box Pin
kevinrc12-Jun-03 6:40
kevinrc12-Jun-03 6:40 
GeneralDatagrid data entry problem in WinForm Pin
Chris#12-Jun-03 3:31
Chris#12-Jun-03 3:31 
GeneralRe: Yes, the NumLock light is on Pin
Chris#12-Jun-03 5:25
Chris#12-Jun-03 5:25 
GeneralRe: Datagrid data entry problem in WinForm Pin
A.Wegierski12-Jun-03 19:50
A.Wegierski12-Jun-03 19:50 
GeneralDatabinder question Pin
Peter Cresswell12-Jun-03 2:36
Peter Cresswell12-Jun-03 2:36 
GeneralMemory leak woes. Pin
EvilDingo12-Jun-03 2:28
EvilDingo12-Jun-03 2:28 
GeneralRe: Memory leak woes. Pin
Philip Fitzsimons12-Jun-03 3:34
Philip Fitzsimons12-Jun-03 3:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.