changing location of RegexMatch.dll
git-svn-id: http://webgoat.googlecode.com/svn/trunk@250 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
8e1fb2caa3
commit
f27dae0773
@ -215,7 +215,7 @@ IF EXISTS (SELECT name FROM sys.assemblies WHERE name = N'RegexMatch')
|
|||||||
DROP ASSEMBLY RegexMatch;
|
DROP ASSEMBLY RegexMatch;
|
||||||
GO
|
GO
|
||||||
|
|
||||||
CREATE ASSEMBLY RegexMatch FROM 'c:\AspectClassCD\WebGoat\RegexMatch.dll' WITH PERMISSION_SET = SAFE;
|
CREATE ASSEMBLY RegexMatch FROM 'C:\AspectClass\Database\Labs\project\WebContent\WEB-INF\RegexMatch.dll' WITH PERMISSION_SET = SAFE;
|
||||||
GO
|
GO
|
||||||
|
|
||||||
CREATE FUNCTION webgoat_guest.RegexMatch (
|
CREATE FUNCTION webgoat_guest.RegexMatch (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user