I have the Flash Media Server 2 (Developer Licensed) installed on my server (Win 2k3). On this server we have 512k upstream. Now for the problem, or more of a question.
I have a flv file encoded with a datarate at 150 with a size of 320 x 240. It is approx 3100 seconds long. Audio datarate of...
Back again, almost have this custom membershipprovider finsihed, but have ran into a small snag.
Scenario:: 2 methods. CreateUser(blah blah) and ValidateUserName(string username). CreateUserWizard control calls CreateUser(blah blah) which in the start of the method calls ValidateUserName(string...
Ongoing problem in final stages. I'm trying to use Membership services in ASP.NET 2.0. To make a long story short, this is the problem.
I've had a heck of a time setting it up with SQL Server 2000 and have got the problem narrowed down to the CreateUser(blah, blah, blah) call by C# to create...
Thanks for the reply.
Yes the initial catalog is correct. To check, I created a test table in the db and accessed it from asp.net using SqlDataReader. Read back the information perfectly.
Downside is that I only have access to a web based sql admin page and no way to connect externally due to...
Im having a problem with SQL 2000 and asp.net. This question is actually me trying to understand SQL better to trace the problem. Here is the link to the entire problem.
http://www.tek-tips.com/viewthread.cfm?qid=1238312&page=1
Background:
I am trying to access a external SQL 2000 server using...
Nope, took the dbo out of the call and still giving the same error. It appears that the code is calling as dbo.aspnet_CheckSchemaVersion. So I'm figuring I WILL have to create a custom provider.
Not exactly sure of how your site is set up or what exactly you are trying to accomplish, but its my experience that it works better (smaller SQL file = faster results) if you store a path in the sql database to the pictures. Then use code to take the path returned and display it on the page.
Ok, one last shot. Have the bak file restored on the SQL 2000 server. All tables are present. Ran the web page using the following:
protected void btnGo_Click(Object sender, EventArgs e)
{
try
{
MembershipCreateStatus Status;
MembershipUser newUser =...
Thanks for the help. I've created a bak file with osql due to lack of EM. I'll let you know how it goes. If it doesnt work, I guess I'll just write a new custom provider. An hour of programming beats 2 days of trying to figure out a work around. Thanks again.
I'll let you know how it goes.
Thanks for the reply adamroof.
Yes, it is a hosted Sql Server 2000. My only option on importing information is restoring a bak file or using a web based app to create tables and edit info. Since my post, I have atleast created an instance of this db on a MSDE running on my Win2k3 server. Not a...
I deeply appologize if this has been posted before, but Im in a rush to figure it out. The scenario:
I have a hosting account with ASP.NET 2.0 and a SQL 2000 db. No SQLExpress present to use the template ASPNETDB.MDF file as a user instance sql db.
I am wanting to use the Membership and role...
Sorry, I wasnt clear enough. What happens is the 2nd readline() doesnt seem to try and capture any input. This is what is shows on the screen
Enter a string: You entered
---program ends---
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.