4
Answers

Converting Desktop to server

krishna prasad

krishna prasad

16y
4.2k
1
Hai all....

Is there any tool or component in .Net which converts our desktop into a webserver and host my own site.....

I googled it and found apache webserver would do... but it supports PHP and My-Sql very well.........

but i know designing only in ASP.Net.....


Any ideas or suggestions would do.....Have anyone done this before.?????
Answers (4)
0
spgilmore

spgilmore

NA 591 0 20y
Can you post the REGASM command you issued? If using Visual Studio, it's easier to tell it to export a COM type library from the IDE. To do this, set REGISTER FOR COM INTEROP to TRUE in the project properties dialog, under Configuration Properties). Did you add a reference to the object in VB or did you use late binding? Can you post the code you used to instantiate it?