Forum: ASP.NET May 24th, 2006 |
| Replies: 6 Views: 3,430 Well first of let me recommend that you not...you would be better off storing MP3's on the the file system, and storing the path to the file in the database, plus whatever metadata you may keep for... |
Forum: ASP.NET May 23rd, 2006 |
| Replies: 10 Views: 4,211 Did you ever run aspnet_regiis.exe?
It's located somewhere in C:\Windpws\Mircrosft.Net\Framework\Yourversion\
That might fix your problem. BTW if you do reinstall everything you have to run... |
Forum: ASP.NET Apr 16th, 2006 |
| Replies: 3 Views: 2,671 Start your own thread next time...
But put the appropriate HTML tags into the database along with the text. |
Forum: ASP.NET Apr 15th, 2006 |
| Replies: 3 Views: 2,671 I did this a few months ago but here is the code I used.
private void Page_Load(object sender, System.EventArgs e)
{
dbConn = new... |